mirror of
https://github.com/facebook/zstd.git
synced 2025-08-07 06:23:00 +03:00
Python style change
Co-authored-by: Alexandre Bury <alexandre.bury@gmail.com>
This commit is contained in:
@@ -36,7 +36,7 @@ keeps: Set[Path] = set()
|
||||
keep_pragma: bool = False
|
||||
|
||||
# Destination file object (or stdout if no output file was supplied).
|
||||
destn:TextIO = sys.stdout
|
||||
destn: TextIO = sys.stdout
|
||||
|
||||
# Set of file Path objects previously inlined (and to ignore if reencountering).
|
||||
found: Set[Path] = set()
|
||||
|
Reference in New Issue
Block a user