[tarfile] Fix pax_headers type annotation in tarfile.pyi (#15215)

This commit is contained in:
Guo Ci
2026-01-06 12:22:22 -05:00
committed by GitHub
parent 6b01bd4b54
commit a68aa254d9
+1 -1
View File
@@ -127,7 +127,7 @@ class TarFile:
encoding: str | None
errors: str
fileobject: type[ExFileObject] # undocumented
pax_headers: Mapping[str, str] | None
pax_headers: Mapping[str, str]
debug: int | None
errorlevel: int | None
offset: int # undocumented