| commit | 8be6f4c77e7e94c65db6f2f7ee1898923658d1dc | [log] [tgz] |
|---|---|---|
| author | Anthony Sottile <asottile@umich.edu> | Mon Aug 22 14:38:49 2016 -0700 |
| committer | Anthony Sottile <asottile@umich.edu> | Mon Aug 22 14:38:49 2016 -0700 |
| tree | 07b8fbf00e8b17b82919b783e1d98882069a6a3c | |
| parent | d19360c179ded8eea7a4ecff76fb5a85092d5566 [diff] [blame] |
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):