Skip to content

Commit e872935

Browse files
authored
[tarfile] TarFile.errorlevel can't be None (#15214)
1 parent 0c45df1 commit e872935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/tarfile.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ class TarFile:
129129
fileobject: type[ExFileObject] # undocumented
130130
pax_headers: Mapping[str, str]
131131
debug: int | None
132-
errorlevel: int | None
132+
errorlevel: int
133133
offset: int # undocumented
134134
extraction_filter: _FilterFunction | None
135135
if sys.version_info >= (3, 13):

0 commit comments

Comments
 (0)