Skip to content

Commit

Permalink
Merge pull request #6 from nanthony21/dev
Browse files Browse the repository at this point in the history
fix cachetools import error due to changed modules.
  • Loading branch information
nanthony21 authored Oct 13, 2021
2 parents abfeed5 + 07b6858 commit 53f855b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pwspy_gui/PWSAnalysisApp/_roiManager.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import abc
import os
from PyQt5.QtCore import QObject
from cachetools.decorators import cachedmethod
from cachetools.lru import LRUCache
from cachetools import cachedmethod, LRUCache
from pwspy import dataTypes as pwsdt
from pwspy_gui.PWSAnalysisApp.componentInterfaces import ROIManager

Expand Down

0 comments on commit 53f855b

Please sign in to comment.