Skip to content

Commit

Permalink
fix version import (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield authored Sep 27, 2024
1 parent 55d0734 commit 0fb5275
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/india_api/internal/service/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .server import server
from .server import server, version
from .database_client import get_db_client

__all__ = ["server", "get_db_client"]
__all__ = ["server", "get_db_client", "version"]

0 comments on commit 0fb5275

Please sign in to comment.