mirror of
https://github.com/facebook/zstd.git
synced 2025-08-08 17:22:10 +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
|
keep_pragma: bool = False
|
||||||
|
|
||||||
# Destination file object (or stdout if no output file was supplied).
|
# 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).
|
# Set of file Path objects previously inlined (and to ignore if reencountering).
|
||||||
found: Set[Path] = set()
|
found: Set[Path] = set()
|
||||||
|
Reference in New Issue
Block a user