fix: clean up type annotations and unused imports

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-05-28 17:50:32 +08:00
parent 35507c1238
commit 81957ca188
3 changed files with 8 additions and 14 deletions

View File

@@ -1,7 +1,5 @@
import os
import tempfile
import pytest
from unittest.mock import patch, MagicMock
from unittest.mock import patch
from jianda_proxy.daemon import (
read_pid,
write_pid,

View File

@@ -1,8 +1,4 @@
import threading
import http.client
import time
import pytest
from unittest.mock import MagicMock, patch
from jianda_proxy.proxy import create_server