fix: remove unused import of json.load in init.py

This commit is contained in:
imnyang 2025-06-15 13:15:11 +09:00
commit 00e3958300

View file

@ -1,4 +1,3 @@
from json import load
from mitmproxy import http
import asyncio
from pkce_check import PKCEDowngradeChecker