1
0
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:
Carl Woffenden
2022-01-19 17:33:20 +01:00
committed by GitHub
parent 5fd6ddaf8b
commit 566ebce347

View File

@@ -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()