Commit c44d98ae authored by Piotr's avatar Piotr
Browse files

Without this import the example in DataSaver class doesn't work.

parent 6a1ec632
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@

from collections import OrderedDict
import functools
import operator

class DataSaver:
    """Save extra data associated with the values that need to be learned.