Skip to content
This repository has been archived by the owner on Sep 5, 2019. It is now read-only.

Commit

Permalink
Removes unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Krienbühl committed May 14, 2018
1 parent 73c93e6 commit 66e79f3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions onegov/core/cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ def my_view():
"""

import dill
import redis.exceptions

from contextlib import suppress
from fastcache import clru_cache as lru_cache # noqa
from dogpile.cache import make_region
from dogpile.cache.api import NO_VALUE
Expand Down

0 comments on commit 66e79f3

Please sign in to comment.