Skip to content

Commit

Permalink
Replace Diagnostic with Callback in Cache
Browse files Browse the repository at this point in the history
  • Loading branch information
mrocklin committed Aug 7, 2015
1 parent 3584f1f commit 2ff2f63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dask/diagnostics/cache.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .core import Diagnostic
from ..callbacks import Callback
from timeit import default_timer
from numbers import Number

Expand All @@ -7,7 +7,7 @@
except ImportError:
pass

class Cache(Diagnostic):
class Cache(Callback):
""" Use cache for computation
Example
Expand Down

0 comments on commit 2ff2f63

Please sign in to comment.