Skip to content
Snippets Groups Projects
Commit 1b781bd0 authored by Bruce Edelman's avatar Bruce Edelman
Browse files

changed lru_cache to be functools not methodtools version

parent debf73ee
No related branches found
No related tags found
No related merge requests found
Pipeline #104943 failed
......@@ -3,7 +3,7 @@ from io import open as ioopen
import json
import numpy as np
import os
from methodtools import lru_cache
from functools import lru_cache
from future.utils import iteritems
from matplotlib.cbook import flatten
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment