Skip to content

Commit

Permalink
remove from all_detectors
Browse files Browse the repository at this point in the history
  • Loading branch information
0xalpharush committed Jun 4, 2024
1 parent 8142bb3 commit 01d1fb0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion slither/detectors/all_detectors.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
from .functions.unimplemented import UnimplementedFunctionDetection
from .statements.mapping_deletion import MappingDeletionDetection
from .statements.array_length_assignment import ArrayLengthAssignment
from .variables.similar_variables import SimilarVarsDetection
from .variables.function_init_state_variables import FunctionInitializedState
from .statements.redundant_statements import RedundantStatements
from .operations.bad_prng import BadPRNG
Expand Down

0 comments on commit 01d1fb0

Please sign in to comment.