We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71279cd commit 3fd7c8dCopy full SHA for 3fd7c8d
tests/test_templates/test_property_templates/test_date_property/required_nullable.py
@@ -3,7 +3,7 @@
3
4
from dateutil.parser import isoparse
5
some_source = date(2020, 10, 12)
6
-some_destination = some_source.isoformat() if some_source else None
+some_destination = some_source.isoformat() if some_source else None
7
a_prop = None
8
_a_prop = some_destination
9
if _a_prop is not None:
0 commit comments