We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc3aa20 commit 0c49aceCopy full SHA for 0c49ace
python/copilot/client.py
@@ -157,7 +157,7 @@ def __init__(self, options: Optional[CopilotClientOptions] = None):
157
self._state: ConnectionState = "disconnected"
158
self._sessions: dict[str, CopilotSession] = {}
159
self._sessions_lock = threading.Lock()
160
- self._models_cache: Optional[list["ModelInfo"]] = None
+ self._models_cache: Optional[list[ModelInfo]] = None
161
self._models_cache_lock = threading.Lock()
162
163
def _parse_cli_url(self, url: str) -> tuple[str, int]:
0 commit comments