summaryrefslogtreecommitdiffstats
path: root/core/views/scans.py
diff options
context:
space:
mode:
Diffstat (limited to 'core/views/scans.py')
-rw-r--r--core/views/scans.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/core/views/scans.py b/core/views/scans.py
index 1d86d18..62251de 100644
--- a/core/views/scans.py
+++ b/core/views/scans.py
@@ -6,17 +6,15 @@ from django.conf import settings
from django.http import HttpResponse
from django.shortcuts import render
-
from troggle.core.models.caves import GetCaveLookup
from troggle.core.models.survex import SingleScan, SurvexBlock, SurvexPersonRole
-from troggle.core.models.wallets import Wallet
from troggle.core.models.troggle import DataIssue, Expedition, Person, PersonExpedition
+from troggle.core.models.wallets import Wallet
+from troggle.core.utils import DatabaseResetOngoing, current_expo
from troggle.core.views.expo import getmimetype
from troggle.parsers.caves import add_cave_to_pending_list
from troggle.parsers.people import GetPersonExpeditionNameLookup
from troggle.parsers.survex import set_walletdate
-from troggle.core.utils import current_expo, DatabaseResetOngoing
-
"""
Note that caveifywallet() etc do NOT save the object to the db. They are ephemeral, just for the page rendering of the