summaryrefslogtreecommitdiffstats
path: root/packages/meshbay-node/tests/test_chat_store.py
diff options
context:
space:
mode:
Diffstat (limited to 'packages/meshbay-node/tests/test_chat_store.py')
-rw-r--r--packages/meshbay-node/tests/test_chat_store.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/meshbay-node/tests/test_chat_store.py b/packages/meshbay-node/tests/test_chat_store.py
index d74310d..2533921 100644
--- a/packages/meshbay-node/tests/test_chat_store.py
+++ b/packages/meshbay-node/tests/test_chat_store.py
@@ -2,10 +2,9 @@
Tests for the SQLite-backed chat message store.
"""
+
import pytest
import pytest_asyncio
-from pathlib import Path
-
from meshbay_node.chat.store import ChatStore