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

import order fixed by ruff

This commit is contained in:
2024-12-15 18:54:47 +00:00
parent eb74940ca8
commit 30760654b7
34 changed files with 83 additions and 112 deletions

View File

@@ -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