Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanWelzel committed Nov 5, 2024
1 parent 093e332 commit 3f893de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils/test_postgresql.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import psycopg2.errors
import pytest

from biothings.utils import Collection, Database
from biothings.utils.postgresql import Collection, Database

@pytest.fixture(scope='module')
def db():
Expand Down

0 comments on commit 3f893de

Please sign in to comment.