forked from molecule-ai/molecule-core
fix(tests): drop unused json + pytest imports
Bot lint flagged the two imports as unused (correct — neither is referenced after the file shrank during review). Resolves the two unresolved review threads silently blocking merge per the staging "all conversations resolved" gate. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
3d0a7c381b
commit
8ca027ddf3
@ -27,13 +27,10 @@ import os
|
||||
# imports a2a_client). conftest.py mocks the SDK but not this env var.
|
||||
os.environ.setdefault("WORKSPACE_ID", "00000000-0000-0000-0000-000000000001")
|
||||
|
||||
import json
|
||||
import sys
|
||||
import types
|
||||
from unittest.mock import patch
|
||||
|
||||
import pytest
|
||||
|
||||
|
||||
PEER_UUID = "11111111-2222-3333-4444-555555555555"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user