summaryrefslogtreecommitdiff
path: root/scripts/hist_importer.py
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2018-11-28 11:26:40 +0100
committerFlorian Bruhin <me@the-compiler.org>2018-11-28 12:51:53 +0100
commit2453134011a8a7fc3e813d55e578b72ea07a5a42 (patch)
tree5087f0c73620550181f48c2804b4114b59811d21 /scripts/hist_importer.py
parent5ed3fb723d52092a1609c097c8a16e709a95911f (diff)
downloadqutebrowser-2453134011a8a7fc3e813d55e578b72ea07a5a42.tar.gz
qutebrowser-2453134011a8a7fc3e813d55e578b72ea07a5a42.zip
Remove unnecessary pass statements
Diffstat (limited to 'scripts/hist_importer.py')
-rwxr-xr-xscripts/hist_importer.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/hist_importer.py b/scripts/hist_importer.py
index 914701a19..31936b4c1 100755
--- a/scripts/hist_importer.py
+++ b/scripts/hist_importer.py
@@ -33,8 +33,6 @@ class Error(Exception):
"""Exception for errors in this module."""
- pass
-
def parse():
"""Parse command line arguments."""