Skip to content

Commit

Permalink
GH #755 - Adding type hints.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsuch committed Nov 8, 2024
1 parent 5703f3a commit d6e3ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/zato-common/src/zato/common/aux_server/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def get_odb(config:'AuxServerConfig') -> 'ODBManager':

odb.pool = sql_pool_store[ZATO_ODB_POOL_NAME].pool
odb.init_session(ZATO_ODB_POOL_NAME, config.main.odb, odb.pool, False)
odb.pool.ping(odb.fs_sql_config)
_ = odb.pool.ping(odb.fs_sql_config)

return odb

Expand Down

0 comments on commit d6e3ea8

Please sign in to comment.