From 30760654b7a3d7a394028fdf357d6f257def1fd5 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Sun, 15 Dec 2024 18:54:47 +0000 Subject: import order fixed by ruff --- core/models/survex.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'core/models/survex.py') diff --git a/core/models/survex.py b/core/models/survex.py index cb5c26e..6b9a818 100644 --- a/core/models/survex.py +++ b/core/models/survex.py @@ -1,12 +1,13 @@ -import math +import math import os import re -from urllib.parse import urljoin from pathlib import Path +from urllib.parse import urljoin from django.conf import settings from django.db import models from django.urls import reverse + from troggle.core.utils import height_from_utm, throw # from troggle.core.models.troggle import DataIssue # circular import. Hmm -- cgit v1.2.3