Remove pylint

This commit is contained in:
Anthony Sottile 2016-08-22 14:38:49 -07:00
parent d19360c179
commit 8be6f4c77e
5 changed files with 1 additions and 29 deletions

View file

@ -4,7 +4,7 @@ from __future__ import unicode_literals
import argparse
import os
from six.moves import configparser # pylint: disable=import-error
from six.moves import configparser
def get_your_keys(credentials_file):