From 0114ac68fc2d43c99b7d46f8e7918223b9d11b4f Mon Sep 17 00:00:00 2001 From: Gabriel Balaudo Date: Fri, 24 May 2024 13:46:12 -0300 Subject: [PATCH] Removed unused import for now... --- auditlog_tests/tests.py | 1 - 1 file changed, 1 deletion(-) diff --git a/auditlog_tests/tests.py b/auditlog_tests/tests.py index b520e47..9fbd071 100644 --- a/auditlog_tests/tests.py +++ b/auditlog_tests/tests.py @@ -4,7 +4,6 @@ import json import random import warnings from datetime import timezone -from decimal import Decimal from unittest import mock from unittest.mock import patch