Skip to content

Commit cde06f4

Browse files
committed
Minor
1 parent 54251b0 commit cde06f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

slither/detectors/functions/dead_code.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
"""
22
Module detecting dead code
33
"""
4+
from typing import List, Tuple
5+
46
from slither.core.declarations import Function, FunctionContract, Contract
57
from slither.detectors.abstract_detector import AbstractDetector, DetectorClassification
68

7-
from typing import List, Tuple
8-
99

1010
class DeadCode(AbstractDetector):
1111
"""

0 commit comments

Comments
 (0)