Skip to content

Commit

Permalink
Fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
steinitzu committed Sep 6, 2024
1 parent 2f7dbb7 commit f9a0461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlt/destinations/impl/sqlalchemy/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from sqlalchemy.engine import Engine, Dialect


@configspec
@configspec(init=False)
class SqlalchemyCredentials(ConnectionStringCredentials):
if TYPE_CHECKING:
_engine: Optional["Engine"] = None
Expand Down

0 comments on commit f9a0461

Please sign in to comment.