We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54251b0 commit cde06f4Copy full SHA for cde06f4
slither/detectors/functions/dead_code.py
@@ -1,11 +1,11 @@
1
"""
2
Module detecting dead code
3
4
+from typing import List, Tuple
5
+
6
from slither.core.declarations import Function, FunctionContract, Contract
7
from slither.detectors.abstract_detector import AbstractDetector, DetectorClassification
8
-from typing import List, Tuple
-
9
10
class DeadCode(AbstractDetector):
11
0 commit comments