chore: fix pylint (#31138)

* chore: fix pylint

* chore: fix linter errors
This commit is contained in:
Alexey Kuzmin 2021-09-29 20:10:13 +03:00 committed by GitHub
parent 22d683e3f8
commit 2d111a4e25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 24 additions and 10 deletions

View file

@ -4,7 +4,7 @@ import os
import subprocess
import sys
from util import SRC_DIR
from lib.util import SRC_DIR
PYYAML_LIB_DIR = os.path.join(SRC_DIR, 'third_party', 'pyyaml', 'lib')
sys.path.append(PYYAML_LIB_DIR)