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

Commit 1dbeb9f

Browse files
author
Teodor Yanev
committed
lint client.py
1 parent d088b1c commit 1dbeb9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/codegate/updates/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
is_dev_env = os.environ.get("CODEGATE_DEV_ENV", "false").lower() == "true"
1313

14+
1415
# Enum representing whether the request is coming from the front-end or the back-end.
1516
class Origin(Enum):
1617
FrontEnd = "FE"

0 commit comments

Comments
 (0)