aboutsummaryrefslogtreecommitdiff
path: root/rh/hooks.py
diff options
context:
space:
mode:
Diffstat (limited to 'rh/hooks.py')
-rw-r--r--rh/hooks.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/rh/hooks.py b/rh/hooks.py
index 5d60428..c0071ae 100644
--- a/rh/hooks.py
+++ b/rh/hooks.py
@@ -28,6 +28,7 @@ if sys.path[0] != _path:
sys.path.insert(0, _path)
del _path
+# pylint: disable=wrong-import-position
import rh.results
import rh.git
import rh.utils