Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
montyly committed Apr 29, 2021
1 parent 54251b0 commit cde06f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions slither/detectors/functions/dead_code.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
"""
Module detecting dead code
"""
from typing import List, Tuple

from slither.core.declarations import Function, FunctionContract, Contract
from slither.detectors.abstract_detector import AbstractDetector, DetectorClassification

from typing import List, Tuple


class DeadCode(AbstractDetector):
"""
Expand Down

0 comments on commit cde06f4

Please sign in to comment.