1
0
Fork 0
mirror of synced 2024-05-18 19:42:54 +12:00

Runners: disable some pylint checks for vdf

This commit is contained in:
loathingKernel 2024-01-22 00:38:09 +02:00
parent 681bbafa9b
commit 631e1b9b3c

View file

@ -5,7 +5,8 @@ from logging import getLogger
from typing import Optional, Union, List, Dict
if pf.system() in {"Linux", "FreeBSD"}:
import vdf
# noinspection PyUnresolvedReferences
import vdf # pylint: disable=E0401
logger = getLogger("Proton")