Skip to content

Commit

Permalink
chore: remove now unused warning subclass
Browse files Browse the repository at this point in the history
  • Loading branch information
Mause committed Aug 12, 2022
1 parent 96cca1c commit b69110b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions duckdb_engine/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,6 @@ class DuckDBEngineWarning(Warning):
pass


class DuckDBEngineCommentWarning(DuckDBEngineWarning):
pass


class Dialect(postgres_dialect):
name = "duckdb"
driver = "duckdb_engine"
Expand Down

0 comments on commit b69110b

Please sign in to comment.