Skip to content

Commit

Permalink
removing base_module] fbcode/aml/augly/tests/video_tests/TARGETS
Browse files Browse the repository at this point in the history
Reviewed By: azad-meta

Differential Revision: D61468275

fbshipit-source-id: b81855ea9ac68ce775521ae2cfd3a41779abec82
  • Loading branch information
generatedunixname89002005287564 authored and facebook-github-bot committed Aug 23, 2024
1 parent eb75f86 commit 1b46104
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion augly/tests/video_tests/transforms/composite_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@
import random
import unittest

from aml.augly.tests.video_tests.base_unit_test import BaseVideoUnitTest

from augly import audio as audaugs, video as vidaugs
from augly.tests.base_configs import VideoAugConfig
from augly.tests.video_tests.base_unit_test import BaseVideoUnitTest
from augly.utils import VIDEO_METADATA_PATH
from augly.utils.ffmpeg import get_conditional_for_skipping_video_tests

Expand Down
3 changes: 2 additions & 1 deletion augly/tests/video_tests/transforms/cv2_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
import json
import unittest

from aml.augly.tests.video_tests.base_unit_test import BaseVideoUnitTest

from augly import video as vidaugs
from augly.tests.video_tests.base_unit_test import BaseVideoUnitTest
from augly.utils import VIDEO_METADATA_PATH


Expand Down
3 changes: 2 additions & 1 deletion augly/tests/video_tests/transforms/ffmpeg_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@
import json
import unittest

from aml.augly.tests.video_tests.base_unit_test import BaseVideoUnitTest

from augly import video as vidaugs
from augly.tests.base_configs import VideoAugConfig
from augly.tests.video_tests.base_unit_test import BaseVideoUnitTest
from augly.utils import VIDEO_METADATA_PATH


Expand Down
3 changes: 2 additions & 1 deletion augly/tests/video_tests/transforms/image_based_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@
import json
import unittest

from aml.augly.tests.video_tests.base_unit_test import BaseVideoUnitTest

from augly import video as vidaugs
from augly.tests.base_configs import VideoAugConfig
from augly.tests.video_tests.base_unit_test import BaseVideoUnitTest
from augly.utils import VIDEO_METADATA_PATH
from augly.utils.ffmpeg import get_conditional_for_skipping_video_tests

Expand Down

0 comments on commit 1b46104

Please sign in to comment.