Skip to content

Commit b5d7195

Browse files
committed
lint
1 parent d996f2a commit b5d7195

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

workers/proxy_worker/utils/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,4 @@ def check_python_eol():
122122
def is_azure_environment():
123123
"""Check if the function app is running on the cloud"""
124124
return (AZURE_CONTAINER_NAME in os.environ
125-
or AZURE_WEBSITE_INSTANCE_ID in os.environ)
125+
or AZURE_WEBSITE_INSTANCE_ID in os.environ)

workers/proxy_worker/utils/dependency.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ def _get_cx_deps_path() -> str:
257257
p for p in sys.path
258258
if prefix and p.startswith(prefix) and ('site-packages' in p)
259259
]
260-
# Return first or default to first site-packages path in sys.path
260+
# Return first or default of customer
261261
return (cx_paths or [''])[0]
262262

263263
@staticmethod

0 commit comments

Comments
 (0)