Skip to content

Commit 64d5d85

Browse files
committed
chore: formatting
1 parent d0501a4 commit 64d5d85

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/sumo/wrapper/_auth_provider.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,8 +325,8 @@ def login(self):
325325
if "error" in flow:
326326
print(
327327
"\n\n \033[31m"
328-
+ "Failed to initiate device-code login. Err: %s"
329-
+ "\033[0m" % json.dumps(flow, indent=4)
328+
+ "Failed to initiate device-code login. Err: %s\033[0m"
329+
% json.dumps(flow, indent=4)
330330
)
331331
return
332332
flow["expires_at"] = (

0 commit comments

Comments
 (0)