mirror of
https://github.com/9001/copyparty.git
synced 2025-10-12 03:22:20 -06:00
format bos.py with black
This commit is contained in:
parent
8ef6dda74b
commit
7be67ab474
|
@ -104,7 +104,11 @@ def utime(
|
|||
|
||||
|
||||
def utime_c(
|
||||
log: Union["NamedLogger", Any], p: str, ts: int, follow_symlinks: bool = True, throw: bool = False
|
||||
log: Union["NamedLogger", Any],
|
||||
p: str,
|
||||
ts: int,
|
||||
follow_symlinks: bool = True,
|
||||
throw: bool = False,
|
||||
) -> Optional[int]:
|
||||
clamp = 0
|
||||
ov = ts
|
||||
|
|
Loading…
Reference in a new issue