Skip to content

Commit

Permalink
Merge pull request #10 from MatBarba/mbarba/no_cyclic
Browse files Browse the repository at this point in the history
Avoid cyclic import
  • Loading branch information
JAlvarezJarreta committed Jun 26, 2024
2 parents bee35f4 + 15802c3 commit bb90139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ensembl/utils/database/unittestdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
from sqlalchemy_utils.functions import create_database, database_exists, drop_database

from ensembl.utils import StrPath
from ensembl.utils.database import DBConnection, StrURL
from ensembl.utils.database.dbconnection import DBConnection, StrURL


class UnitTestDB:
Expand Down

0 comments on commit bb90139

Please sign in to comment.