aboutsummaryrefslogtreecommitdiff
path: root/src/wikiget/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/wikiget/exceptions.py')
-rw-r--r--src/wikiget/exceptions.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wikiget/exceptions.py b/src/wikiget/exceptions.py
index 02ffe50..4afc97f 100644
--- a/src/wikiget/exceptions.py
+++ b/src/wikiget/exceptions.py
@@ -21,5 +21,3 @@ class ParseError(Exception):
This exception is raised when the program's input is unable to be parsed as a valid
download target.
"""
-
- pass