Skip to content

Commit bff19ea

Browse files
committed
Fix isort
1 parent 759e15f commit bff19ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ptflops/aten_engine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
'''
88

99

10-
from functools import partial
1110
import sys
1211
import traceback
1312
from collections import defaultdict
13+
from functools import partial
1414
from typing import Optional, Tuple, Union
1515

1616
import torch

0 commit comments

Comments
 (0)