Skip to content

Commit

Permalink
Ignore complexity warning
Browse files Browse the repository at this point in the history
  • Loading branch information
rhpvorderman committed Jan 22, 2024
1 parent 325a42a commit fd52747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xopen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ class PipedCompressionProgram(io.IOBase):
Read and write compressed files by running an external process and piping into it.
"""

def __init__(
def __init__( # noqa: C901
self,
path: FilePath,
program_args: List[str],
Expand Down

0 comments on commit fd52747

Please sign in to comment.