format bos.py with black

This commit is contained in:
AppleTheGolden 2025-10-12 01:29:23 +02:00
parent 8ef6dda74b
commit ceb6d69c6a
No known key found for this signature in database
GPG key ID: F6AC8A62154C42AA

View file

@ -104,7 +104,11 @@ def utime(
def utime_c( 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]: ) -> Optional[int]:
clamp = 0 clamp = 0
ov = ts ov = ts