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 29, 2024
1 parent d3dc01d commit a760446
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_collect_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +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 (
MockedCollectData,
)
Expand Down

0 comments on commit a760446

Please sign in to comment.