Skip to content

Commit

Permalink
Black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rhpvorderman committed Oct 12, 2023
1 parent 67fa7c9 commit 57883bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/xopen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1055,7 +1055,8 @@ def _open_gz(filename, mode: str, compresslevel, threads, **text_mode_kwargs):
return igzip_threaded.open(
filename,
mode,
isal_zlib.ISAL_DEFAULT_COMPRESSION if compresslevel is None
isal_zlib.ISAL_DEFAULT_COMPRESSION
if compresslevel is None
else compresslevel,
**text_mode_kwargs,
threads=1 if threads is None else threads,
Expand Down

0 comments on commit 57883bf

Please sign in to comment.