Skip to content

Commit

Permalink
Fix linting in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pomonam committed Jul 9, 2024
1 parent 1919097 commit 23eda1c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/gpu_tests/amp_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
from torch.utils import data

from kronfluence.analyzer import Analyzer, prepare_model
from kronfluence.arguments import FactorArguments, ScoreArguments
from kronfluence.utils.common.factor_arguments import pytest_factor_arguments
from kronfluence.utils.common.score_arguments import pytest_score_arguments
from kronfluence.utils.constants import (
Expand Down
1 change: 0 additions & 1 deletion tests/gpu_tests/compile_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
from torch.utils import data

from kronfluence.analyzer import Analyzer, prepare_model
from kronfluence.arguments import FactorArguments, ScoreArguments
from kronfluence.utils.common.factor_arguments import pytest_factor_arguments
from kronfluence.utils.common.score_arguments import pytest_score_arguments
from kronfluence.utils.constants import (
Expand Down

0 comments on commit 23eda1c

Please sign in to comment.