1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-25 04:16:38 +02:00

tests: fix pylint errors

This commit is contained in:
Sébastien Helleu
2022-08-01 23:04:58 +02:00
parent 0bb7a34748
commit fe892460ba
2 changed files with 6 additions and 0 deletions
+4
View File
@@ -31,6 +31,10 @@ It uses the following scripts:
# pylint: disable=wrong-import-order,wrong-import-position
# pylint: disable=useless-object-inheritance
# pylint: disable=consider-using-f-string
# pylint: disable=super-with-arguments
# pylint: disable=consider-using-with
# pylint: disable=unspecified-encoding
from __future__ import print_function
import argparse