From 07f52f6a45d5dc323648ab5d82bc158badae7040 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Kr=C3=A1sn=C3=BD?= <53856821+DanielKrasny@users.noreply.github.com> Date: Thu, 15 Feb 2024 22:16:35 +0100 Subject: [PATCH] Remove unused import --- common/models.py | 1 - 1 file changed, 1 deletion(-) diff --git a/common/models.py b/common/models.py index 2c4af303..7307b88e 100644 --- a/common/models.py +++ b/common/models.py @@ -1,6 +1,5 @@ import os import re -import hashlib import logging from django.utils import timezone