Skip to content

Commit

Permalink
Remove import added by autoimport
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Dec 13, 2024
1 parent 1243323 commit 3b68b37
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/valis/cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@
import hashlib
import json
import logging
import re
from contextlib import asynccontextmanager
from functools import wraps
from inspect import Parameter, isawaitable, iscoroutinefunction
import re
from tkinter.font import names
from typing import (
TYPE_CHECKING,
Awaitable,
Expand Down

0 comments on commit 3b68b37

Please sign in to comment.