Skip to content

Commit

Permalink
fix: fix ut
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzyphysics committed Mar 30, 2024
1 parent 6afb86a commit 34ab952
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_collect_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@
except ModuleNotFoundError:
# case of upload everything to argo, no context needed
pass
from .context import (
from context import (
default_host,
default_image,
skip_ut_with_dflow,
skip_ut_with_dflow_reason,
upload_python_packages,
)
from .mocked_ops import (
from mocked_ops import (
MockedCollectData,
)

Expand Down

0 comments on commit 34ab952

Please sign in to comment.