mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-04 20:45:49 +08:00
[tarfile] TarFile.errorlevel can't be None (#15214)
This commit is contained in:
+1
-1
@@ -129,7 +129,7 @@ class TarFile:
|
||||
fileobject: type[ExFileObject] # undocumented
|
||||
pax_headers: Mapping[str, str]
|
||||
debug: int | None
|
||||
errorlevel: int | None
|
||||
errorlevel: int
|
||||
offset: int # undocumented
|
||||
extraction_filter: _FilterFunction | None
|
||||
if sys.version_info >= (3, 13):
|
||||
|
||||
Reference in New Issue
Block a user