summaryrefslogtreecommitdiffstats
path: root/parsers/scans.py
diff options
context:
space:
mode:
Diffstat (limited to 'parsers/scans.py')
-rw-r--r--parsers/scans.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/parsers/scans.py b/parsers/scans.py
index d3fb9ab..00538fe 100644
--- a/parsers/scans.py
+++ b/parsers/scans.py
@@ -2,8 +2,9 @@ import datetime
from pathlib import Path
import settings
-from troggle.core.models.survex import SingleScan, Wallet
+from troggle.core.models.survex import SingleScan
from troggle.core.models.troggle import DataIssue
+from troggle.core.models.wallets import Wallet
"""Searches through all the survey scans directories (wallets) in expofiles, looking for images to be referenced.
"""