Skip to content

Commit

Permalink
Pre-commit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PSNAppz committed Aug 22, 2024
1 parent 3b1c21a commit 83ec43c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class Initializer(BaseInitializer):
def initialize(self, **kwargs):
super().initialize()


def get_engine():
if _config.db_datasource:
db_engine = create_engine(_config.db_datasource)
Expand Down

0 comments on commit 83ec43c

Please sign in to comment.