From 7c661593e94342f5775772fa5aa9b1e6b0dc6066 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 20 Apr 2018 10:17:07 +0300 Subject: Fix: icktool code style issues --- icktool | 4 ---- pylint.conf | 1 + 2 files changed, 1 insertion(+), 4 deletions(-) mode change 100755 => 100644 icktool diff --git a/icktool b/icktool old mode 100755 new mode 100644 index 20140ee..c54e3df --- a/icktool +++ b/icktool @@ -19,12 +19,8 @@ import configparser import json import logging import sys -import time -import apifw import cliapp -import Crypto.PublicKey.RSA -import requests import yaml import ick2 diff --git a/pylint.conf b/pylint.conf index ed09e29..cccf384 100644 --- a/pylint.conf +++ b/pylint.conf @@ -9,6 +9,7 @@ disable= missing-docstring, no-self-use, not-callable, + redefined-outer-name, too-few-public-methods, too-many-arguments, too-many-public-methods, -- cgit v1.2.1