We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d95fffc commit ba8af85Copy full SHA for ba8af85
1 file changed
src/wavespeed/config.py
@@ -84,7 +84,6 @@ def _detect_serverless_env() -> Optional[str]:
84
The serverless environment type ("runpod", "waverless") or None
85
if not running in a known serverless environment.
86
"""
87
-
88
# Check for native Waverless environment
89
if os.environ.get("WAVERLESS_ENDPOINT_ID"):
90
return "waverless"
0 commit comments