Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit 99d87bd

Browse files
committed
black formatting
1 parent 506bcee commit 99d87bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codegate/updates/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def get_latest_version(self, origin: Origin) -> str:
3434
"X-Instance-ID": self.__instance_id,
3535
"User-Agent": user_agent,
3636
}
37-
37+
3838
try:
3939
response = requests.get(self.__update_url, headers=headers, timeout=10)
4040
# Throw if the request was not successful.

0 commit comments

Comments
 (0)