Skip to content

Commit ab3b0b9

Browse files
test: remove incompatible import
1 parent 558d320 commit ab3b0b9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/mcpm/clients/base.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import os
99
import platform
1010
import re
11-
from typing import Any, Dict, List, Optional, Union, override
11+
from typing import Any, Dict, List, Optional, Union
1212

1313
from pydantic import TypeAdapter
1414
from ruamel.yaml import YAML
@@ -695,7 +695,6 @@ def activate_profile(self, profile_name: str, router_config: Dict[str, Any], ali
695695
def _format_router_server(self, profile_name, base_url, server_name: str | None = None) -> ServerConfig:
696696
return format_server_url(self.client_key, profile_name, base_url, server_name)
697697

698-
@override
699698
def deactivate_profile(self) -> bool:
700699
"""Deactivate a profile in the client config
701700

0 commit comments

Comments
 (0)