Skip to content

Commit

Permalink
Silence flake8 B027
Browse files Browse the repository at this point in the history
  • Loading branch information
mar10 committed Nov 6, 2022
1 parent 94538e1 commit 73ea8f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wsgidav/dav_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -923,9 +923,9 @@ def begin_write(self, *, content_type=None):
def end_write(self, *, with_errors):
"""Called when PUT has finished writing.
This is only a notification. that MAY be handled.
This is only a notification that MAY be handled.
"""
pass
return None

def handle_delete(self):
"""Handle a DELETE request natively.
Expand Down Expand Up @@ -1183,7 +1183,7 @@ def finalize_headers(self, environ, response_headers):
This gets called before the response is started.
It enables adding additional headers or modifying the default ones.
"""
pass
return None


# ========================================================================
Expand Down

0 comments on commit 73ea8f1

Please sign in to comment.