From 7be67ab474ec6760f571c6346c813876bc001fd5 Mon Sep 17 00:00:00 2001 From: AppleTheGolden Date: Sun, 12 Oct 2025 01:29:23 +0200 Subject: [PATCH] format bos.py with black --- copyparty/bos/bos.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/copyparty/bos/bos.py b/copyparty/bos/bos.py index 408244b9..6393802d 100644 --- a/copyparty/bos/bos.py +++ b/copyparty/bos/bos.py @@ -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