Skip to content

Commit

Permalink
update __main__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Dec 19, 2023
1 parent 6a34fa8 commit a33b263
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ewms_sidecar/__main__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Entry-point to start up clientmanager service."""

from . import clientmanager, config
from . import config, entrypoint

if __name__ == "__main__":
clientmanager.main()
entrypoint.main()
config.LOGGER.info("Done.")

0 comments on commit a33b263

Please sign in to comment.