Skip to content

Commit

Permalink
fix missed imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Eldies committed Oct 23, 2024
1 parent 8c467d0 commit bdf124a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/test_coco_format.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
from datumaro.util import dump_json_file

from tests.requirements import Requirements, mark_requirement
from tests.utils.assets import get_test_asset_path
from tests.utils.test_utils import (
TestDir,
check_save_and_load,
Expand Down
1 change: 1 addition & 0 deletions tests/unit/test_tfrecord_format.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
from datumaro.util.tf_util import check_import

from tests.requirements import Requirements, mark_requirement
from tests.utils.assets import get_test_asset_path
from tests.utils.test_utils import TestDir, check_save_and_load, compare_datasets

try:
Expand Down

0 comments on commit bdf124a

Please sign in to comment.