Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 25, 2024
1 parent 650dcbd commit 00754ef
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions pytest_localserver/http.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@


class WSGIServer(threading.Thread):

"""
HTTP server running a WSGI application in its own thread.
"""
Expand Down Expand Up @@ -61,7 +60,6 @@ def _encode_chunk(chunk, charset):


class ContentServer(WSGIServer):

"""
Small test server which can be taught which content (i.e. string) to serve
with which response code. Try the following snippet for testing API calls::
Expand Down
1 change: 0 additions & 1 deletion pytest_localserver/https.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@


class SecureContentServer(ContentServer):

"""
Small test server which works just like :class:`http.Server` over HTTP::
Expand Down
1 change: 0 additions & 1 deletion pytest_localserver/smtp.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ async def handle_DATA(self, server, session, envelope):


class Server(aiosmtpd.controller.Controller):

"""
Small SMTP test server.
Expand Down

0 comments on commit 00754ef

Please sign in to comment.