pycatfd icon indicating copy to clipboard operation
pycatfd copied to clipboard

Updated Detector.py imports for lib Detector

Open mauckc opened this issue 6 years ago • 0 comments

When trying to build this module without Docker I came across this fix in references to dependencies.

Does this make sense to you? My proposed file change seems to fix the issue.

from DetectorResult import DetectorResult

to

from lib.DetectorResult import DetectorResult

mauckc avatar May 27 '19 18:05 mauckc