Skip to content

Commit 8a781f5

Browse files
Bende RolandBende Roland
Bende Roland
authored and
Bende Roland
committed
Added __all__ to avoid F401
1 parent 22b4145 commit 8a781f5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/bigquery_migrations/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,7 @@
77
"""
88
from .migration import Migration
99

10+
__all__ = [
11+
"Migration"
12+
]
1013
__version__ = "0.4.3"

0 commit comments

Comments
 (0)