mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 12:14:27 +08:00
Allow float for TarInfo.replace(mtime) (#13199)
This commit is contained in:
@@ -571,7 +571,7 @@ class TarInfo:
|
||||
self,
|
||||
*,
|
||||
name: str = ...,
|
||||
mtime: int = ...,
|
||||
mtime: float = ...,
|
||||
mode: int = ...,
|
||||
linkname: str = ...,
|
||||
uid: int = ...,
|
||||
|
||||
Reference in New Issue
Block a user