Fix linting errors: add trailing newlines to all source files
This commit is contained in:
@@ -1 +1 @@
|
||||
"""Utils package for TestDataGen."""
|
||||
"""Utils package for TestDataGen."""
|
||||
|
||||
@@ -333,4 +333,4 @@ class TestDataProvider(BaseProvider):
|
||||
for prop_name, prop_schema in properties.items():
|
||||
result[prop_name] = self.json_schema_type(prop_schema, faker_instance)
|
||||
|
||||
return result
|
||||
return result
|
||||
|
||||
Reference in New Issue
Block a user