Skip to content

Commit

Permalink
Unnecessary import in conftest
Browse files Browse the repository at this point in the history
  • Loading branch information
maximdanilchenko committed Sep 23, 2019
1 parent 4fc15e2 commit e2b8bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit e2b8bf9

Please sign in to comment.