PyLint fixes

This commit is contained in:
Ivan Kravets
2019-04-19 20:46:28 +03:00
parent 948a977fa5
commit 3032cade17

View File

@ -12,6 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# pylint: disable=too-many-arguments, too-many-locals, too-many-branches
from fnmatch import fnmatch
from os import getcwd, listdir
from os.path import isdir, join