Skip to content

Commit

Permalink
Fix: f string without nay placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
1yam committed Sep 30, 2024
1 parent ab627ff commit 896c1cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aleph/sdk/account.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def _load_account(
)
except json.JSONDecodeError:
logger.error(
f"Invalid format in CONFIG_FILE, unable to load account info."
"Invalid format in CONFIG_FILE, unable to load account info."
)
raise ValueError(f"Invalid format in {settings.CONFIG_FILE}.")
except Exception as e:
Expand Down

0 comments on commit 896c1cb

Please sign in to comment.