[all] pylint cleanup

This commit is contained in:
Tobi-wan Kenobi 2016-12-09 11:57:13 +01:00
parent e59e969bdc
commit 59fb47ae3b
2 changed files with 3 additions and 1 deletions

View file

@ -1,3 +1,5 @@
# pylint: disable=C0103
"""Theme support"""
import os

View file

@ -1,4 +1,4 @@
# pylint: disable=C0103,C0111,W0703
# pylint: disable=C0103,C0111,W0703,W0212
import unittest