Skip to content

Commit

Permalink
Fix isort
Browse files Browse the repository at this point in the history
  • Loading branch information
sovrasov committed Feb 5, 2024
1 parent 759e15f commit bff19ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ptflops/aten_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
'''


from functools import partial
import sys
import traceback
from collections import defaultdict
from functools import partial
from typing import Optional, Tuple, Union

import torch
Expand Down

0 comments on commit bff19ea

Please sign in to comment.