diff --git a/cache/cache.py b/cache/cache.py index 6057300a..caeecfa5 100644 --- a/cache/cache.py +++ b/cache/cache.py @@ -2,7 +2,6 @@ import asyncio import json from typing import List -import jsonschema import orjson from sqlalchemy import and_, join, select