Skip to content

Commit

Permalink
fixing flake8 error - unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
dantownsend committed Jan 1, 2021
1 parent 062c763 commit 95aba82
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion piccolo/table.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
from piccolo.engine import Engine, engine_finder
from piccolo.columns import (
Column,
ForeignKeyMeta,
Selectable,
)
from piccolo.columns.column_types import ForeignKey, PrimaryKey
Expand Down

0 comments on commit 95aba82

Please sign in to comment.