pull/35074/head
Cameron Clough 1 day ago
parent f2dc05cd69
commit a7cc3e3db5
  1. 4
      system/ui/lib/window.py

@ -2,13 +2,11 @@ import threading
import time
import os
from typing import Generic, Protocol, TypeVar
from openpilot.system.ui.lib.application import gui_app
class RendererProtocol(Protocol):
def render(self):
...
def render(self): ...
R = TypeVar("R", bound=RendererProtocol)

Loading…
Cancel
Save