Skip to content

Commit

Permalink
Update lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jowilf committed Aug 23, 2022
1 parent ce9a13a commit c79216c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlalchemy_file/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from sqlalchemy_file.validators import ImageValidator, Validator


class FileField(types.TypeDecorator):
class FileField(types.TypeDecorator): # type: ignore

"""
Provides support for storing attachments to **SQLAlchemy** models.
Expand Down

0 comments on commit c79216c

Please sign in to comment.