refactor: удаление неиспользуемых импортов
This commit is contained in:
@@ -14,7 +14,6 @@ from .outbound_fields import OUTBOUND_FIELDS
|
||||
if TYPE_CHECKING:
|
||||
from .target import Target, TargetStorage
|
||||
from .xray_config import XrayConfig
|
||||
from .xray_manager_config import XrayManagerConfig
|
||||
|
||||
|
||||
@dataclass(frozen=True)
|
||||
@@ -102,6 +101,10 @@ class Outbound(ABC):
|
||||
PROTOCOL: str
|
||||
LINK_SCHEME: str
|
||||
|
||||
host: str
|
||||
port: int
|
||||
target: Target
|
||||
|
||||
@classmethod
|
||||
@abstractmethod
|
||||
def from_link(
|
||||
|
||||
Reference in New Issue
Block a user