Skip to content

Commit b28c132

Browse files
committed
fix lint
1 parent e7dc437 commit b28c132

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_telemetry.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
"""Tests for telemetry module."""
22

3-
import pytest
43
from pathlib import Path
54
from unittest.mock import MagicMock, patch
65

7-
from basic_memory.config import BasicMemoryConfig, ConfigManager
6+
from basic_memory.config import BasicMemoryConfig
87

98

109
class TestGetInstallId:

0 commit comments

Comments
 (0)