We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c2c5cd commit 0ad2faeCopy full SHA for 0ad2fae
aredis_om/model/migrations/__init__.py
@@ -33,4 +33,4 @@
33
"Migrator",
34
"MigrationError",
35
"MigrationAction",
36
-]
+]
aredis_om/model/migrations/schema/__init__.py
@@ -10,10 +10,10 @@
10
from .legacy_migrator import Migrator, MigrationError, MigrationAction
11
12
__all__ = [
13
- "BaseSchemaMigration",
14
- "SchemaMigrationError",
+ "BaseSchemaMigration",
+ "SchemaMigrationError",
15
"SchemaMigrator",
16
17
- "MigrationError",
+ "MigrationError",
18
"MigrationAction"
19
]
0 commit comments