Skip to content

Commit

Permalink
Fixed Review findings.
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed Sep 30, 2024
1 parent 3fc3678 commit e8f57ba
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ def scripts_deployer_main(
language_alias: str, develop: bool):
password = utils.get_password(
pwd, user, utils.DB_PASSWORD_ENVIRONMENT_VARIABLE, "DB Password")
# pyexasol_conn = pyexasol.connect(dsn=dsn, user=user, password=password)
ScriptsDeployer.run(
dsn=dsn,
user=user,
Expand All @@ -25,12 +24,6 @@ def scripts_deployer_main(
language_alias=language_alias,
develop=develop,
)
# ScriptsDeployer.run(
# pyexasol_conn,
# schema=schema,
# language_alias=language_alias,
# develop=develop
# )


if __name__ == '__main__':
Expand Down

0 comments on commit e8f57ba

Please sign in to comment.