Skip to content

Commit

Permalink
Update import statement in test_unit.py
Browse files Browse the repository at this point in the history
  • Loading branch information
RichieHakim committed Jan 23, 2024
1 parent 89267c0 commit 13fc376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_unit.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
####### data_importing #######

## Dataset_videos
from ..data_importing import Dataset_videos
from face_rhythm.data_importing import Dataset_videos
class test_Dataset_videos:
def __init__(self):
pass
Expand Down

0 comments on commit 13fc376

Please sign in to comment.