1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +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
+2
View File
@@ -23,6 +23,8 @@ Unparse AST tree to generate scripts in all supported languages
"""
# pylint: disable=too-many-lines,unnecessary-pass,useless-object-inheritance
# pylint: disable=consider-using-f-string
# pylint: disable=super-with-arguments
from __future__ import print_function
import argparse