From 3aca0d0c76364c8f9fa3fec43370f54f8270b43f Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Mon, 30 Jan 2023 23:04:11 +0000 Subject: ruf cleanup imports, bigly. --- core/models/survex.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'core/models/survex.py') diff --git a/core/models/survex.py b/core/models/survex.py index 11ede65..338a235 100644 --- a/core/models/survex.py +++ b/core/models/survex.py @@ -1,17 +1,11 @@ -import datetime -import json -import operator import os import re -from functools import reduce -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.models.wallets import Wallet # from troggle.core.models.troggle import DataIssue # circular import. Hmm -- cgit v1.2.3