Skip to content

Commit

Permalink
changes to the import
Browse files Browse the repository at this point in the history
  • Loading branch information
ADIMANV committed Sep 25, 2024
1 parent 22657fe commit f44f670
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/india_api/cmd/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@

import uvicorn
import sentry_sdk
import version

from india_api import internal
from india_api.internal.config import Config
from india_api.internal.service import get_db_client, server
from india_api.internal.service import get_db_client, server, version


cfg = Config()
Expand Down

0 comments on commit f44f670

Please sign in to comment.