Skip to content

Commit bbde89a

Browse files
Remove print
1 parent 3fd7c8d commit bbde89a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_templates/test_property_templates/test_date_property/test_date_property.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,5 @@ def test_optional_nullable():
7171

7272
template = env.get_template("date_property_template.py")
7373
content = template.render(property=prop)
74-
print(content)
7574
expected = here / "optional_nullable.py"
7675
assert content == expected.read_text()

0 commit comments

Comments
 (0)