summaryrefslogtreecommitdiffstats
path: root/parsers/locations.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2023-09-06 22:58:14 +0300
committerPhilip Sargent <philip.sargent@gmail.com>2023-09-06 22:58:14 +0300
commit69340db43874d1ed9a2c4d27595c090016dc4c55 (patch)
treecc485c7dfb63b0ae3929b93354d1a552c4fbbd80 /parsers/locations.py
parent1ddb8248dff14b819c0037b9f59d68aedeba9829 (diff)
downloadtroggle-69340db43874d1ed9a2c4d27595c090016dc4c55.tar.gz
troggle-69340db43874d1ed9a2c4d27595c090016dc4c55.tar.bz2
troggle-69340db43874d1ed9a2c4d27595c090016dc4c55.zip
SurvexDirectory removed from active code
Diffstat (limited to 'parsers/locations.py')
-rw-r--r--parsers/locations.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/parsers/locations.py b/parsers/locations.py
index 8299a28..e2190c8 100644
--- a/parsers/locations.py
+++ b/parsers/locations.py
@@ -11,7 +11,7 @@ from pathlib import Path
import troggle.settings as settings
from troggle.core.models.caves import Cave, Entrance
from troggle.core.models.logbooks import QM
-from troggle.core.models.survex import SurvexBlock, SurvexDirectory, SurvexFile, SurvexPersonRole, SurvexStation
+from troggle.core.models.survex import SurvexBlock, SurvexFile, SurvexPersonRole, SurvexStation
from troggle.core.models.wallets import Wallet
from troggle.core.models.troggle import DataIssue, Expedition
from troggle.core.utils import chaosmonkey, get_process_memory