Skip to content

Commit 33b30f1

Browse files
author
Paul Santa Clara
committed
linting
1 parent ed7f1fc commit 33b30f1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

singer/transform.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ def transform_recur(self, data, schema, path):
9292
return self._transform_anyof(data, schema, path)
9393

9494
if "type" not in schema:
95+
# pylint: disable=line-too-long
9596
raise Exception("Malformed schema. Missing 'type'. schema={} path={}".format(schema, path))
9697

9798
types = schema["type"]

0 commit comments

Comments
 (0)