Skip to content

Commit

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

Differential Revision: D62176363

fbshipit-source-id: e37ad1a09e40381b71ada394acc0c720811f7b91
  • Loading branch information
generatedunixname89002005287564 authored and facebook-github-bot committed Sep 9, 2024
1 parent 1b46104 commit 95fd139
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion augly/tests/audio_tests/functional_unit_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@

import unittest

from aml.augly.tests.audio_tests.base_unit_test import BaseAudioUnitTest

from augly import audio as audaugs
from augly.tests.audio_tests.base_unit_test import BaseAudioUnitTest


class FunctionalAudioUnitTest(BaseAudioUnitTest):
Expand Down
2 changes: 1 addition & 1 deletion augly/tests/audio_tests/transforms_unit_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
import unittest

import numpy as np
from aml.augly.tests.audio_tests.base_unit_test import BaseAudioUnitTest
from augly import audio as audaugs
from augly.tests.audio_tests.base_unit_test import BaseAudioUnitTest
from augly.utils import AUDIO_METADATA_PATH


Expand Down

0 comments on commit 95fd139

Please sign in to comment.