1
0
mirror of https://github.com/mbirth/tcl_ota_check.git synced 2024-09-19 22:33:25 +01:00

Fix pylint.

This commit is contained in:
Markus Birth 2017-10-06 02:23:38 +02:00
parent 9253cf7f1f
commit 00c8bd8852
Signed by: mbirth
GPG Key ID: A9928D7A098C3A9A

View File

@ -1,7 +1,7 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# pylint: disable=C0111,C0326 # pylint: disable=C0111,C0326,C0103
import collections import collections
import tcllib import tcllib