Skip to content

Commit 457fd52

Browse files
committed
Silence pylint warning
1 parent e51ba57 commit 457fd52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crytic_compile/platform/solc_standard_json.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
LOGGER = logging.getLogger("CryticCompile")
2626

2727

28+
# pylint: disable=too-many-arguments
2829
def standalone_compile(
2930
filenames: List[str],
3031
compilation_unit: CompilationUnit,

0 commit comments

Comments
 (0)