mirror of
https://github.com/smittix/intercept.git
synced 2026-07-05 16:18:12 -07:00
Fix missing constants and test import names
- Add SUBPROCESS_TIMEOUT_SHORT to bluetooth constants - Fix test imports to use correct constant names Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -7,9 +7,8 @@ from unittest.mock import MagicMock, patch
|
||||
from utils.bluetooth.aggregator import DeviceAggregator
|
||||
from utils.bluetooth.models import BTObservation, BTDeviceAggregate
|
||||
from utils.bluetooth.constants import (
|
||||
RSSI_RANGE_BANDS,
|
||||
MAX_RSSI_SAMPLES,
|
||||
DEVICE_STALE_SECONDS,
|
||||
DEVICE_STALE_TIMEOUT as DEVICE_STALE_SECONDS,
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user