mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-21 10:32:08 +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