Skip to content

Commit 0ad2fae

Browse files
committed
Fix linting issues: remove trailing whitespace and add missing newline
1 parent 6c2c5cd commit 0ad2fae

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

aredis_om/model/migrations/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333
"Migrator",
3434
"MigrationError",
3535
"MigrationAction",
36-
]
36+
]

aredis_om/model/migrations/schema/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
from .legacy_migrator import Migrator, MigrationError, MigrationAction
1111

1212
__all__ = [
13-
"BaseSchemaMigration",
14-
"SchemaMigrationError",
13+
"BaseSchemaMigration",
14+
"SchemaMigrationError",
1515
"SchemaMigrator",
1616
"Migrator",
17-
"MigrationError",
17+
"MigrationError",
1818
"MigrationAction"
1919
]

0 commit comments

Comments
 (0)