Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
FindHao committed Oct 11, 2024
1 parent b2ea41d commit bd71eee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion torchbenchmark/operator_loader/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
BenchmarkOperator,
register_benchmark_mannually,
)
from .operator_inp_utils import aten, OperatorInputsLoader, to_channels_last # noqa

from .operator_inp_utils import aten, OperatorInputsLoader, to_channels_last

timm_loader = OperatorInputsLoader.get_timm_loader()
huggingface_loader = OperatorInputsLoader.get_huggingface_loader()
Expand Down

0 comments on commit bd71eee

Please sign in to comment.