mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-25 17:58:40 +08:00
Bump flake8-pyi to 23.11.0 (#10997)
This commit is contained in:
@@ -9,10 +9,10 @@ from .ImageFile import ImageFile
|
||||
split: Incomplete
|
||||
field: Incomplete
|
||||
if sys.platform == "win32":
|
||||
gs_binary: Literal["gswin32c", "gswin64c", "gs", False, None]
|
||||
gs_windows_binary: Literal["gswin32c", "gswin64c", "gs", False, None]
|
||||
gs_binary: Literal["gswin32c", "gswin64c", "gs", False] | None
|
||||
gs_windows_binary: Literal["gswin32c", "gswin64c", "gs", False] | None
|
||||
else:
|
||||
gs_binary: Literal["gs", False, None]
|
||||
gs_binary: Literal["gs", False] | None
|
||||
gs_windows_binary: None
|
||||
|
||||
def has_ghostscript(): ...
|
||||
|
||||
Reference in New Issue
Block a user