mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-08-13 23:59:16 +03:00
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