Skip to content

Commit

Permalink
resolve imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
sayakpaul committed Jan 27, 2025
1 parent c432f39 commit 3609fdf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/trainers/cogvideox/test_cogvideox.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
import sys
import unittest
from pathlib import Path
from typing import Tuple


current_file = Path(__file__).resolve()
root_dir = current_file.parents[3]
sys.path.append(str(root_dir))

import unittest # noqa
from typing import Tuple # noqa

from finetrainers import Args # noqa

from ..test_trainers_common import TrainerTestMixin # noqa


Expand Down

0 comments on commit 3609fdf

Please sign in to comment.