Skip to content

Commit a68aa25

Browse files
authored
[tarfile] Fix pax_headers type annotation in tarfile.pyi (#15215)
1 parent 6b01bd4 commit a68aa25

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
@@ -127,7 +127,7 @@ class TarFile:
127127
encoding: str | None
128128
errors: str
129129
fileobject: type[ExFileObject] # undocumented
130-
pax_headers: Mapping[str, str] | None
130+
pax_headers: Mapping[str, str]
131131
debug: int | None
132132
errorlevel: int | None
133133
offset: int # undocumented

0 commit comments

Comments
 (0)