Skip to content

Commit 75ca1f1

Browse files
committed
ruff/black
1 parent 9f2d64e commit 75ca1f1

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

django_valkey/async_cache/cache.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import contextlib
2-
31
from valkey.asyncio.client import Valkey as AValkey
42

53
from django_valkey.base import BaseValkeyCache

django_valkey/cache.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
1-
import functools
2-
from inspect import iscoroutinefunction
3-
from typing import Any, Callable
4-
51
from valkey import Valkey
62

73
from django_valkey.base import BaseValkeyCache, omit_exception
84
from django_valkey.client import DefaultClient
9-
from django_valkey.exceptions import ConnectionInterrupted
105

116
CONNECTION_INTERRUPTED = object()
127

0 commit comments

Comments
 (0)