Skip to content

Commit

Permalink
Fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
willkg committed Oct 3, 2023
1 parent 460eca5 commit 3ec5016
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/test_parse_shim.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ class ParseResult:
],
)
def test_urlparse(uri, expected):

if inspect.isclass(expected) and issubclass(expected, BaseException):
with pytest.raises(expected):
urlparse(uri)
Expand Down
1 change: 0 additions & 1 deletion tests_website/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@


class BleachCleanHandler(http.server.SimpleHTTPRequestHandler):

# Prevent 'cannot bind to address' errors on restart
allow_reuse_address = True

Expand Down

0 comments on commit 3ec5016

Please sign in to comment.