Skip to content

Commit

Permalink
Fix main.py import path
Browse files Browse the repository at this point in the history
  • Loading branch information
PSNAppz committed Mar 28, 2024
1 parent f63e2b1 commit ebc9e0a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

# ruff: noqa: I001

from openg2p_spar_mapper_api.app import Initializer
from src.openg2p_spar_mapper_api.app import Initializer

# from openg2p_fastapi_common.ping import PingInitializer

main_init = Initializer()

main_init.main()
main_init.main()

0 comments on commit ebc9e0a

Please sign in to comment.