pull/1724/head
sidarth16 2 years ago
parent 181ee42e71
commit e48351339c
  1. 2
      slither/slither.py

@ -203,7 +203,7 @@ class Slither(SlitherCore): # pylint: disable=too-many-instance-attributes
"""
for obj in self._printers:
if type(obj) == printer_class : # pylint: disable=unidiomatic-typecheck
if type(obj) == printer_class: # pylint: disable=unidiomatic-typecheck
self._printers.remove(obj)
return

Loading…
Cancel
Save