Python style change

Co-authored-by: Alexandre Bury <alexandre.bury@gmail.com>
dev
Carl Woffenden 2022-01-19 17:33:20 +01:00 committed by GitHub
parent 5fd6ddaf8b
commit 566ebce347
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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