diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2024-12-15 18:54:47 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2024-12-15 18:54:47 +0000 |
commit | 30760654b7a3d7a394028fdf357d6f257def1fd5 (patch) | |
tree | 0dc128d9896b1f113e2b11c8936ff88531c9b762 /parsers/locations.py | |
parent | eb74940ca81a6e900dec2b7c8df00245c6bb9a71 (diff) | |
download | troggle-30760654b7a3d7a394028fdf357d6f257def1fd5.tar.gz troggle-30760654b7a3d7a394028fdf357d6f257def1fd5.tar.bz2 troggle-30760654b7a3d7a394028fdf357d6f257def1fd5.zip |
import order fixed by ruff
Diffstat (limited to 'parsers/locations.py')
-rw-r--r-- | parsers/locations.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/parsers/locations.py b/parsers/locations.py index d89ea76..ec0a4ff 100644 --- a/parsers/locations.py +++ b/parsers/locations.py @@ -7,17 +7,16 @@ import time from datetime import datetime, timezone 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, SurvexFile, SurvexPersonRole, SurvexStation -from troggle.core.models.wallets import Wallet from troggle.core.models.troggle import DataIssue, Expedition +from troggle.core.models.wallets import Wallet from troggle.core.utils import chaosmonkey, get_process_memory from troggle.parsers.logbooks import GetCaveLookup from troggle.parsers.people import GetPersonExpeditionNameLookup, known_foreigner -from troggle.parsers.survex import stash_data_issue, store_data_issues, ROOTBLOCK +from troggle.parsers.survex import ROOTBLOCK, stash_data_issue, store_data_issues """Uses the imported data to find the locations of the survey stations labelled as entrances |