Skip to content

Commit c34781c

Browse files
committed
fixes import
1 parent 25b4cb4 commit c34781c

File tree

1 file changed

+1
-1
lines changed
  • packages/postgres-database/src/simcore_postgres_database

1 file changed

+1
-1
lines changed

packages/postgres-database/src/simcore_postgres_database/utils_tags.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
from sqlalchemy.ext.asyncio import AsyncConnection, AsyncEngine
77

8-
from .base_repo import pass_or_acquire_connection, transaction_context
8+
from .utils_repos import pass_or_acquire_connection, transaction_context
99
from .utils_tags_sql import (
1010
count_users_with_access_rights_stmt,
1111
create_tag_stmt,

0 commit comments

Comments
 (0)