Skip to content

Commit 66ebdc8

Browse files
authored
style: Fixed import order (#175)
1 parent 7e1a328 commit 66ebdc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_methods_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from torchvision.models import resnet18, mobilenet_v3_large
1+
from torchvision.models import mobilenet_v3_large, resnet18
22

33
from torchcam.methods import _utils
44

0 commit comments

Comments
 (0)