Skip to content

Commit

Permalink
Disable warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mandel committed Sep 6, 2024
1 parent 02349ce commit 0cbc4ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdl/pdl_interpreter.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def with_role(self: "InterpreterState", role: RoleType) -> "InterpreterState":
return self.model_copy(update={"role": role})


def generate(
def generate( # pylint: disable= too-many-arguments
pdl_file: str,
log_file: Optional[str],
state: Optional[InterpreterState],
Expand Down

0 comments on commit 0cbc4ec

Please sign in to comment.