From 8b49c07937323380aea71c952e19a438b973667e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20F=C3=B6rster?= Date: Wed, 12 Mar 2025 07:06:04 +0100 Subject: [PATCH] remove unused imports --- tests/test_errors.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_errors.py b/tests/test_errors.py index e6bea60..2294fe1 100644 --- a/tests/test_errors.py +++ b/tests/test_errors.py @@ -4,7 +4,6 @@ from dataclasses import asdict from typing import cast import pytest -from pydantic import ValidationError from delta_barth import errors from delta_barth.constants import DEFAULT_API_ERR_CODE, DEFAULT_INTERNAL_ERR_CODE