Skip to content

Commit 6f95cc7

Browse files
test(api-services): lint code
1 parent 5f9dc75 commit 6f95cc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/services/apps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ async def list_port_mappings(
340340

341341
if app_name not in session_user.apps:
342342
raise HTTPException(status_code=404, detail="App does not exist")
343-
343+
344344
if use_proxy:
345345
success, message = await run_command(f"proxy:ports {app_name}")
346346
else:

0 commit comments

Comments
 (0)