sort imports using isort. tested.

This commit is contained in:
2023-01-19 18:35:56 +00:00
parent 939d3970aa
commit be9fcc522a
26 changed files with 296 additions and 245 deletions

View File

@@ -1,14 +1,17 @@
import os, stat
import os
import re
import stat
from pathlib import Path
from urllib.parse import urljoin, unquote as urlunquote
from urllib.parse import unquote as urlunquote
from urllib.parse import urljoin
from django.conf import settings
from django.shortcuts import render
from django.http import HttpResponse
from django.shortcuts import render
from troggle.core.models.survex import DrawingFile
from troggle.core.views.expo import getmimetype
#import parsers.surveys
'''Some of these views serve files as binary blobs, and simply set the mime type based on the file extension,