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/utils.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'core/utils.py') diff --git a/core/utils.py b/core/utils.py index 721e7fe..a958d36 100644 --- a/core/utils.py +++ b/core/utils.py @@ -2,15 +2,13 @@ import hashlib import logging import math import os -import re import random +import re import resource import string import subprocess from datetime import datetime, timezone - from decimal import getcontext - from pathlib import Path from django.contrib.auth.models import User -- cgit v1.2.3