Skip to content

Commit

Permalink
Remove redundant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rhpvorderman authored Jan 16, 2024
1 parent afaf77f commit 7ea3ae4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/xopen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
# 128K buffer size also used by cat, pigz etc. It is faster than the 8K default.
BUFFER_SIZE = max(io.DEFAULT_BUFFER_SIZE, 128 * 1024)

# 1 is by far the fastest and most efficient level.
XOPEN_DEFAULT_GZIP_COMPRESSION = 1

igzip: Optional[ModuleType]
Expand Down

0 comments on commit 7ea3ae4

Please sign in to comment.