summaryrefslogtreecommitdiff
path: root/scripts/link_pyqt.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/link_pyqt.py
parent5ed3fb723d52092a1609c097c8a16e709a95911f (diff)
downloadqutebrowser-2453134011a8a7fc3e813d55e578b72ea07a5a42.tar.gz
qutebrowser-2453134011a8a7fc3e813d55e578b72ea07a5a42.zip
Remove unnecessary pass statements
Diffstat (limited to 'scripts/link_pyqt.py')
-rw-r--r--scripts/link_pyqt.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/link_pyqt.py b/scripts/link_pyqt.py
index ae7eaa622..e16056fa8 100644
--- a/scripts/link_pyqt.py
+++ b/scripts/link_pyqt.py
@@ -34,8 +34,6 @@ class Error(Exception):
"""Exception raised when linking fails."""
- pass
-
def run_py(executable, *code):
"""Run the given python code with the given executable."""