Skip to content

Commit 81821f2

Browse files
committed
Run formatter
1 parent 038709b commit 81821f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db-auto-backup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def backup(now: datetime) -> None:
195195
).raise_for_status()
196196

197197
if uptime_kuma_url := os.environ.get("UPTIME_KUMA_URL"):
198-
requests.get(uptime_kuma_url).raise_for_status()
198+
requests.get(uptime_kuma_url).raise_for_status()
199199

200200

201201
if __name__ == "__main__":

0 commit comments

Comments
 (0)