From 1a76c4b568d3659cd2b7d664a01dbbeed784318f Mon Sep 17 00:00:00 2001 From: c8y3 <25362953+c8y3@users.noreply.github.com> Date: Wed, 16 Oct 2024 08:46:55 +0200 Subject: [PATCH] [IMP] Removed unused imports --- source/app/util.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/app/util.py b/source/app/util.py index e1ce03405..8459f434f 100644 --- a/source/app/util.py +++ b/source/app/util.py @@ -23,9 +23,7 @@ import hashlib import logging as log import marshmallow -import random import shutil -import string import weakref from cryptography.exceptions import InvalidSignature from cryptography.hazmat.primitives import hashes