Skip to content

Commit 3054c3d

Browse files
chore(pre-commit.ci): auto fixes
1 parent 981adc0 commit 3054c3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flux_led/sock.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def _retry_wrap(
2626
**kwargs: Any,
2727
) -> Any:
2828
attempts_remaining = retry + 1
29-
while attempts_remaining: # noqa: RET503
29+
while attempts_remaining:
3030
attempts_remaining -= 1
3131
try:
3232
ret = func(self, *args, **kwargs)

0 commit comments

Comments
 (0)