From e2b8bf95eb5a0f713c9549c00cb792f881e919e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B0=D0=BA=D1=81=D0=B8=D0=BC=20=D0=94=D0=B0=D0=BD?= =?UTF-8?q?=D0=B8=D0=BB=D1=8C=D1=87=D0=B5=D0=BD=D0=BA=D0=BE?= Date: Mon, 23 Sep 2019 13:36:53 +0300 Subject: [PATCH] Unnecessary import in conftest --- tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index c04300b..f01f7e7 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,6 +1,6 @@ import pytest from aiohttp import web -from marshmallow import Schema, ValidationError, fields +from marshmallow import Schema, fields from aiohttp_apispec import ( docs,