Skip to content

Commit 1ee50c7

Browse files
committed
fix typo in noqa comment
1 parent dd0e018 commit 1ee50c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

piccolo/query/methods/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from .alter import Alter # noqa: F401: F401
1+
from .alter import Alter # noqa: F401
22
from .count import Count # noqa: F401
33
from .create import Create # noqa: F401
44
from .create_index import CreateIndex # noqa: F401

0 commit comments

Comments
 (0)