From 00c8bd8852aa5606cdc7cd3bd3d7aee01401bc2b Mon Sep 17 00:00:00 2001 From: Markus Birth Date: Fri, 6 Oct 2017 02:23:38 +0200 Subject: [PATCH] Fix pylint. --- tclcheck_findprd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tclcheck_findprd.py b/tclcheck_findprd.py index 159f622..274c15c 100644 --- a/tclcheck_findprd.py +++ b/tclcheck_findprd.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# pylint: disable=C0111,C0326 +# pylint: disable=C0111,C0326,C0103 import collections import tcllib