Optional ->Union[None]
Signed-off-by: Václav Valíček <valicek1994@gmail.com>
This commit is contained in:
parent
de15f3d02d
commit
7689572edb
|
@ -53,7 +53,7 @@ class GitRemoteProgress(RemoteProgress):
|
|||
self,
|
||||
op_code: int,
|
||||
cur_count: Union[float, str],
|
||||
max_count: Optional[float, str] = None,
|
||||
max_count: Union[float, str, None] = None,
|
||||
message: Optional[str] = "",
|
||||
) -> None:
|
||||
# Do i need to update?
|
||||
|
|
Loading…
Reference in New Issue
Block a user