Skip to content

Commit 5b9752f

Browse files
committed
lint
1 parent b5d7195 commit 5b9752f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 of customer
260+
# Return first or default of customer path
261261
return (cx_paths or [''])[0]
262262

263263
@staticmethod

0 commit comments

Comments
 (0)