Python style change
Co-authored-by: Alexandre Bury <alexandre.bury@gmail.com>
This commit is contained in:
co-authored by
Alexandre Bury
parent
5fd6ddaf8b
commit
566ebce347
@@ -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