We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed7f1fc commit 33b30f1Copy full SHA for 33b30f1
1 file changed
singer/transform.py
@@ -92,6 +92,7 @@ def transform_recur(self, data, schema, path):
92
return self._transform_anyof(data, schema, path)
93
94
if "type" not in schema:
95
+ # pylint: disable=line-too-long
96
raise Exception("Malformed schema. Missing 'type'. schema={} path={}".format(schema, path))
97
98
types = schema["type"]
0 commit comments