Skip to content

Commit

Permalink
Silence pylint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
elopez committed Nov 13, 2023
1 parent e51ba57 commit 457fd52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crytic_compile/platform/solc_standard_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
LOGGER = logging.getLogger("CryticCompile")


# pylint: disable=too-many-arguments
def standalone_compile(
filenames: List[str],
compilation_unit: CompilationUnit,
Expand Down

0 comments on commit 457fd52

Please sign in to comment.