Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
smonicas committed Sep 18, 2024
1 parent 4de824b commit fdf1db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slither/printers/guidance/echidna.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def _extract_assert(contracts: List[Contract]) -> Dict[str, Dict[str, List[Dict]

# Create a named tuple that is serialization in json
def json_serializable(cls):
# pylint: disable=unnecessary-comprehension
# pylint: disable=unnecessary-comprehension,unnecessary-dunder-call
# TODO: the next line is a quick workaround to prevent pylint from crashing
# It can be removed once https://github.com/PyCQA/pylint/pull/3810 is merged
my_super = super
Expand Down

0 comments on commit fdf1db3

Please sign in to comment.