mirror of
https://github.com/pyMC-dev/pyMC_Repeater.git
synced 2026-07-26 19:42:46 +02:00
refactor: separate import statements for clarity
This commit is contained in:
@@ -4,7 +4,8 @@ from unittest.mock import AsyncMock, MagicMock, patch
|
||||
import pytest
|
||||
|
||||
from repeater.companion.constants import STATS_TYPE_CORE, STATS_TYPE_PACKETS, STATS_TYPE_RADIO
|
||||
from repeater.main import RepeaterDaemon, main as repeater_main
|
||||
from repeater.main import RepeaterDaemon
|
||||
from repeater.main import main as repeater_main
|
||||
|
||||
|
||||
class _FakeIdentity:
|
||||
|
||||
Reference in New Issue
Block a user