mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-04 09:02:46 +08:00
Use OSError instead of IOError (#9683)
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
__version__: str
|
||||
|
||||
class UnidentifiedImageError(IOError): ...
|
||||
class UnidentifiedImageError(OSError): ...
|
||||
|
||||
Reference in New Issue
Block a user