Skip to content

Commit ef88f57

Browse files
committed
Remove more noqa in __init__ files
1 parent 00b45dd commit ef88f57

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from .diffable_table import DiffableTable # noqa
2-
from .migration_manager import MigrationManager # noqa
3-
from .schema_differ import AlterStatements, SchemaDiffer # noqa
4-
from .schema_snapshot import SchemaSnapshot # noqa
1+
from .diffable_table import DiffableTable
2+
from .migration_manager import MigrationManager
3+
from .schema_differ import AlterStatements, SchemaDiffer
4+
from .schema_snapshot import SchemaSnapshot

piccolo/utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
from .naming import _camel_to_snake # noqa
1+
from .naming import _camel_to_snake

0 commit comments

Comments
 (0)