mirror of
https://github.com/pyMC-dev/pyMC_Repeater.git
synced 2026-07-26 19:42:46 +02:00
fix: remove duplicate import statements in test files
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from concurrent.futures import TimeoutError as FutureTimeoutError
|
||||
from pathlib import Path
|
||||
from types import SimpleNamespace
|
||||
from unittest.mock import MagicMock, mock_open, patch
|
||||
from concurrent.futures import TimeoutError as FutureTimeoutError
|
||||
|
||||
import cherrypy
|
||||
import pytest
|
||||
|
||||
@@ -4,8 +4,8 @@ from types import SimpleNamespace
|
||||
from unittest.mock import AsyncMock, MagicMock, patch
|
||||
|
||||
import pytest
|
||||
|
||||
from openhop_core.protocol.constants import PAYLOAD_TYPE_ANON_REQ, ROUTE_TYPE_DIRECT
|
||||
|
||||
from repeater.handler_helpers.discovery import DiscoveryHelper
|
||||
from repeater.handler_helpers.login import LoginHelper
|
||||
from repeater.handler_helpers.trace import TraceHelper
|
||||
|
||||
Reference in New Issue
Block a user