2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2026-04-01 13:01:37 +01: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

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