Fix linting errors: add trailing newlines to all source files
Some checks failed
CI / test (push) Failing after 16s
CI / build (push) Has been skipped

This commit is contained in:
Developer
2026-03-22 19:57:29 +00:00
parent da98b8b402
commit 48d8e24d39
12 changed files with 12 additions and 12 deletions

View File

@@ -1 +1 @@
"""Utils package for TestDataGen."""
"""Utils package for TestDataGen."""

View File

@@ -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