import path fixes

This commit is contained in:
Flowseal
2026-05-30 19:39:58 +03:00
parent 1c4b103df2
commit 05d6de269b
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,6 @@ import asyncio
import logging
import struct
from ._aes import Cipher, algorithms, modes
from typing import List, Optional
from urllib.parse import urlencode
@@ -12,6 +11,7 @@ from .balancer import balancer
from .config import proxy_config
from .raw_websocket import RawWebSocket
from .pool import cf_worker_pool
from ._aes import Cipher, algorithms, modes
log = logging.getLogger('tg-mtproto-proxy')