Allow float for TarInfo.mtime (#12521)

This commit is contained in:
Alyssa Coghlan
2024-08-13 18:57:21 +10:00
committed by GitHub
parent 96497b1446
commit bed832da8a

View File

@@ -423,7 +423,7 @@ class TarInfo:
name: str
path: str
size: int
mtime: int
mtime: int | float
chksum: int
devmajor: int
devminor: int