Remove unresolved reference 'self' (#2198)

This commit is contained in:
Andrew Lyu
2024-11-26 16:59:58 +08:00
committed by GitHub
parent e4118b15b3
commit 88c7763f53

View File

@@ -455,7 +455,6 @@ def launch_engine(
data = scheduler_pipe_readers[i].recv()
if data["status"] != "ready":
self.shutdown()
raise RuntimeError(
"Initialization failed. Please see the error messages above."
)