Update low_level_calls.py

pull/36/head
Feist Josselin 6 years ago committed by GitHub
parent 2035da2f23
commit c3878006ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      slither/detectors/operations/low_level_calls.py

@ -12,7 +12,7 @@ class LowLevelCalls(AbstractDetector):
"""
ARGUMENT = 'low-level-calls'
HELP = 'detects low level calls'
HELP = 'low level calls'
IMPACT = DetectorClassification.INFORMATIONAL
CONFIDENCE = DetectorClassification.HIGH

Loading…
Cancel
Save