Skip to content

Commit

Permalink
Auto-format code [skip actions]
Browse files Browse the repository at this point in the history
  • Loading branch information
5hojib committed Dec 26, 2024
1 parent 89ecb1f commit 6f738a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion update.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@
log_error(f"Database ERROR: {e}")

UPSTREAM_REPO = config_file.get(
"UPSTREAM_REPO", "https://github.com/AeonOrg/Aeon-MLTB"
"UPSTREAM_REPO",
"https://github.com/AeonOrg/Aeon-MLTB",
).strip()

UPSTREAM_BRANCH = config_file.get("UPSTREAM_BRANCH", "").strip() or "beta"
Expand Down

0 comments on commit 6f738a3

Please sign in to comment.