Allow float for TarInfo.mtime (#12521)

This commit is contained in:
Alyssa Coghlan
2024-08-13 10:57:21 +02:00
committed by GitHub
parent 96497b1446
commit bed832da8a
+1 -1
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