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

Merge pull request #373 from loathingKernel/next

Runners: disable some pylint checks for vdf
This commit is contained in:
Stelios Tsampas 2024-01-22 00:44:04 +02:00 committed by GitHub
commit 59eee7e49c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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")