Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit 11f018f

Browse files
committed
Revert format change
1 parent 87f27d7 commit 11f018f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/onefuzz/backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ def request(
407407
except requests.exceptions.ReadTimeout as err:
408408
LOGGER.info("request timed out: %s", err)
409409

410-
time.sleep(1.5 ** backoff)
410+
time.sleep(1.5**backoff)
411411

412412
if response is None:
413413
raise Exception("request failed: %s %s" % (method, url))

0 commit comments

Comments
 (0)