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 4f0b3cf commit 19863b1Copy full SHA for 19863b1
sqlalchemy_file/__init__.py
@@ -1,4 +1,5 @@
1
__version__ = "0.5.0"
2
3
-from .file import File
4
-from .types import FileField, ImageField
+from .file import File as File # noqa
+from .types import FileField as FileField # noqa
5
+from .types import ImageField as ImageField # noqa
0 commit comments