From 098f70a9fd21a247f3d91b0a22dfb8d087bda5e7 Mon Sep 17 00:00:00 2001 From: Jakub Miazek Date: Wed, 24 Apr 2024 10:55:50 +0200 Subject: [PATCH] fix lint --- tests/api/test_stuff.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/api/test_stuff.py b/tests/api/test_stuff.py index e18d262..21da64c 100644 --- a/tests/api/test_stuff.py +++ b/tests/api/test_stuff.py @@ -1,10 +1,9 @@ -from uuid import UUID import pytest from fastapi import status from httpx import AsyncClient from inline_snapshot import snapshot -from dirty_equals import IsStr, IsUUID, IsPositiveFloat +from dirty_equals import IsUUID pytestmark = pytest.mark.anyio