Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ciklista committed Jul 22, 2023
1 parent e290d77 commit d7c1fa9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/test_properties.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,10 @@ def migrate_wrapper(self, resource_type, *args, **kwargs):
)
migration_file_names = [*args]
migration_paths = {
Path(migration_base_path, file_name,): Path(
Path(
migration_base_path,
file_name,
): Path(
self.project_dir,
'models',
file_name,
Expand Down

0 comments on commit d7c1fa9

Please sign in to comment.