2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-17 17:37:08 +00:00

Split out logbook_edit.py and ruff fix

This commit is contained in:
2024-12-29 20:31:51 +00:00
parent e3a9498656
commit f2a43558f9
10 changed files with 496 additions and 423 deletions

View File

@@ -18,7 +18,7 @@ from troggle.core.models.caves import Cave, GetCaveLookup
from troggle.core.models.logbooks import LogbookEntry
from troggle.core.models.survex import SurvexBlock, SurvexFile #, SurvexDirectory
from troggle.core.models.wallets import Wallet
from troggle.core.utils import COOKIE_MAX_AGE, current_expo, get_cookie, git_string, add_commit
from troggle.core.utils import COOKIE_MAX_AGE, add_commit, current_expo, get_cookie, git_string
from troggle.parsers.survex import parse_one_file
"""Everything that views survexfiles