Skip to content

Commit

Permalink
fix the imports
Browse files Browse the repository at this point in the history
  • Loading branch information
emanehab99 authored and eacharles committed Sep 6, 2024
1 parent 944528d commit ac0473a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tests/db/test_campaign.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from lsst.cmservice.common.enums import LevelEnum
from lsst.cmservice.config import config

from util_functions import create_tree, delete_all_productions
from .util_functions import create_tree, delete_all_productions


@pytest.mark.asyncio()
Expand Down
2 changes: 1 addition & 1 deletion tests/db/test_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from lsst.cmservice.common.enums import LevelEnum
import lsst.cmservice.common.errors as errors

from util_functions import create_tree, delete_all_productions
from .util_functions import create_tree, delete_all_productions


@pytest.mark.asyncio()
Expand Down
2 changes: 1 addition & 1 deletion tests/db/test_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from lsst.cmservice.config import config
import lsst.cmservice.common.errors as errors

from util_functions import create_tree, delete_all_productions
from .util_functions import create_tree, delete_all_productions


@pytest.mark.asyncio()
Expand Down
2 changes: 1 addition & 1 deletion tests/db/test_production.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

from lsst.cmservice.config import config

from util_functions import create_tree, delete_all_productions
from .util_functions import create_tree, delete_all_productions


@pytest.mark.asyncio()
Expand Down
2 changes: 1 addition & 1 deletion tests/db/test_step.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import lsst.cmservice.common.errors as errors
from lsst.cmservice.config import config

from util_functions import create_tree, delete_all_productions
from .util_functions import create_tree, delete_all_productions


@pytest.mark.asyncio()
Expand Down

0 comments on commit ac0473a

Please sign in to comment.