summaryrefslogtreecommitdiff
path: root/scripts/paycheck.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/paycheck.py')
-rwxr-xr-xscripts/paycheck.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/paycheck.py b/scripts/paycheck.py
index c87c2022..8df1bf07 100755
--- a/scripts/paycheck.py
+++ b/scripts/paycheck.py
@@ -12,7 +12,6 @@ import optparse
import os
import sys
-# pylint: disable=F0401
lib_dir = os.path.join(os.path.dirname(__file__), 'lib')
if os.path.exists(lib_dir) and os.path.isdir(lib_dir):
sys.path.insert(1, lib_dir)