whitespace

Co-authored-by: Jean-Paul Calderone <exarkun@twistedmatrix.com>
This commit is contained in:
meejah 2023-02-27 17:32:16 -07:00 committed by GitHub
parent 9f63441af6
commit d55a4a1e65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -123,7 +123,7 @@ class AddGridManagerCertOptions(BaseOptions):
"Must provide --filename option"
)
data : Union [bytes, str]
data: str
if self['filename'] == '-':
print("reading certificate from stdin", file=self.parent.parent.stderr)
data = self.parent.parent.stdin.read()