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 e1bfb13 commit 73bdc17Copy full SHA for 73bdc17
tests/test_json_parsing.py
@@ -24,7 +24,7 @@ def test_json_271(self):
24
parsed = m.unmarshall(f.read().strip())
25
f = f271.F271_4010(parsed)
26
try:
27
- f.to_json()
+ f.to_json()
28
except TypeError:
29
self.fail(".to_json() raised TypeError")
30
tigershark/facade/__init__.py
@@ -1316,6 +1316,7 @@ class DR(Conversion):
1316
@staticmethod
1317
def to_dict():
1318
return {"type": "datetime"}
1319
+
1320
1321
def x12_to_python(raw):
1322
if raw is None or raw == "":
0 commit comments