We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7dc437 commit b28c132Copy full SHA for b28c132
tests/test_telemetry.py
@@ -1,10 +1,9 @@
1
"""Tests for telemetry module."""
2
3
-import pytest
4
from pathlib import Path
5
from unittest.mock import MagicMock, patch
6
7
-from basic_memory.config import BasicMemoryConfig, ConfigManager
+from basic_memory.config import BasicMemoryConfig
8
9
10
class TestGetInstallId:
0 commit comments