mirror of
https://github.com/leonvanzyl/autocoder.git
synced 2026-02-05 16:33:08 +00:00
Remove unnecessary blank line in dev_server_manager.py
This commit is contained in:
@@ -372,7 +372,6 @@ class DevServerProcessManager:
|
||||
self._remove_lock()
|
||||
return False, f"Failed to start dev server: {e}"
|
||||
|
||||
|
||||
async def stop(self) -> tuple[bool, str]:
|
||||
"""
|
||||
Stop the dev server (SIGTERM then SIGKILL if needed).
|
||||
|
||||
Reference in New Issue
Block a user