Skip to content

Commit

Permalink
style: Fixed import order (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
frgfm authored Aug 1, 2022
1 parent 7e1a328 commit 66ebdc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_methods_utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from torchvision.models import resnet18, mobilenet_v3_large
from torchvision.models import mobilenet_v3_large, resnet18

from torchcam.methods import _utils

Expand Down

0 comments on commit 66ebdc8

Please sign in to comment.