Skip to content

Commit

Permalink
refactor: Remove not used pylint: disable comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Stranger6667 committed Oct 2, 2020
1 parent 974ee01 commit d556f73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/schemathesis/extra/_aiohttp.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import asyncio
from typing import Optional

from aiohttp import web # pylint: disable=import-error
from aiohttp import web

from . import _server

Expand Down
2 changes: 1 addition & 1 deletion src/schemathesis/extra/pytest_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from _pytest.python import Class, Function, FunctionDefinition, Metafunc, Module, PyCollector
from _pytest.runner import runtestprotocol
from _pytest.warning_types import PytestWarning
from hypothesis.errors import InvalidArgument # pylint: disable=ungrouped-imports
from hypothesis.errors import InvalidArgument
from packaging import version

from .._hypothesis import create_test
Expand Down

0 comments on commit d556f73

Please sign in to comment.