Skip to content
Snippets Groups Projects
Commit 533a22ff authored by Marc Troelitzsch's avatar Marc Troelitzsch Committed by Adam Williamson
Browse files

cleanup: Remove the unused errors.NoWriteApi error

The logic for this was removed in cd4830a5, seems like the error was
forgotten at the time.
parent dfaed3aa
No related branches found
No related tags found
No related merge requests found
...@@ -104,10 +104,6 @@ class NoSpecifiedEmail(EmailError): ...@@ -104,10 +104,6 @@ class NoSpecifiedEmail(EmailError):
pass pass
class NoWriteApi(MwClientError):
pass
class InvalidResponse(MwClientError): class InvalidResponse(MwClientError):
def __init__(self, response_text=None): def __init__(self, response_text=None):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment