Remove pylint
diff --git a/pre_commit_hooks/detect_aws_credentials.py b/pre_commit_hooks/detect_aws_credentials.py
index f727078..4c51546 100644
--- a/pre_commit_hooks/detect_aws_credentials.py
+++ b/pre_commit_hooks/detect_aws_credentials.py
@@ -4,7 +4,7 @@
 import argparse
 import os
 
-from six.moves import configparser  # pylint: disable=import-error
+from six.moves import configparser
 
 
 def get_your_keys(credentials_file):