Skip to content

Commit 8f0542d

Browse files
committed
chore: remove dead code
1 parent de7586b commit 8f0542d

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

scw_serverless/dependencies_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def _run_pip_install(self, *args: str):
8686
"--target",
8787
str(self.pkg_path.resolve()),
8888
]
89-
print(command)
89+
9090
try:
9191
subprocess.run(
9292
command,

scw_serverless/gateway/gateway_manager.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@
44
from scw_serverless.app import Serverless
55
from scw_serverless.gateway.gateway_api_client import GatewayAPIClient
66

7-
TEMP_DIR = "./.scw"
8-
DEPLOYMENT_ZIP = f"{TEMP_DIR}/deployment.zip"
9-
UPLOAD_TIMEOUT = 600 # In seconds
10-
DEPLOY_TIMEOUT = 600
11-
127

138
class GatewayManager:
149
"""Apply the configured routes to an existing API Gateway."""

0 commit comments

Comments
 (0)