refactor: enforce BasedPyright strict type checking (#5158)
This commit is contained in:
@@ -69,7 +69,7 @@ class GatewayRuntimePaths(ProcessRuntimePaths):
|
||||
)
|
||||
|
||||
|
||||
class GatewayRuntime(ManagedProcessRuntime):
|
||||
class GatewayRuntime(ManagedProcessRuntime[ProcessStartOptions]):
|
||||
"""Manage a background ``nanobot gateway`` process."""
|
||||
|
||||
service_name = "gateway"
|
||||
|
||||
Reference in New Issue
Block a user