Skip to content

Commit b8daf2d

Browse files
committed
fix: apply formatting
1 parent a1d644f commit b8daf2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

credentials/apps/badges/credly/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def fetch_badge_templates(self):
111111
response = self.perform_request("get", next_page_url)
112112
break
113113
except (requests.Timeout, requests.ConnectionError) as exc:
114-
sleep_time = 0.5 * (2 ** attempt)
114+
sleep_time = 0.5 * (2**attempt)
115115
time.sleep(sleep_time)
116116

117117
if attempt == 2:

0 commit comments

Comments
 (0)