Skip to content

Commit c79216c

Browse files
committed
Update lint
1 parent ce9a13a commit c79216c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlalchemy_file/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from sqlalchemy_file.validators import ImageValidator, Validator
1212

1313

14-
class FileField(types.TypeDecorator):
14+
class FileField(types.TypeDecorator): # type: ignore
1515

1616
"""
1717
Provides support for storing attachments to **SQLAlchemy** models.

0 commit comments

Comments
 (0)