Fix from_dict() in the presence of optional datetime fields. (#329)

This commit is contained in:
Eitan Mosenkis
2022-02-03 11:00:56 +02:00
committed by GitHub
parent eeddc844a5
commit 8c727d904f
4 changed files with 9 additions and 5 deletions

View File

@@ -35,4 +35,5 @@ def test_null_fields_json():
"test6": None,
"test7": None,
"test8": None,
"test9": None,
}