We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa090be commit 221c6feCopy full SHA for 221c6fe
3 files changed
dogpile/cache/backends/file.py
@@ -6,8 +6,6 @@
6
7
"""
8
9
-from __future__ import with_statement
10
-
11
from contextlib import contextmanager
12
import dbm
13
import os
dogpile/cache/backends/redis.py
-from __future__ import absolute_import
import typing
import warnings
dogpile/cache/region.py
@@ -1,5 +1,3 @@
1
2
3
import contextlib
4
import datetime
5
from functools import partial
0 commit comments