Skip to content

Commit

Permalink
Suppress WPS436 in conftest
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Sep 29, 2022
1 parent 85b8dc9 commit ec51fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cheroot/test/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

import pytest

from .._compat import IS_MACOS, IS_WINDOWS
from .._compat import IS_MACOS, IS_WINDOWS # noqa: WPS436
from ..server import Gateway, HTTPServer
from ..testing import ( # noqa: F401 # pylint: disable=unused-import
native_server, wsgi_server,
Expand Down

0 comments on commit ec51fbb

Please sign in to comment.