fix linting errors
This commit is contained in:
parent
9475a78211
commit
c8a561dbd7
@ -3,6 +3,7 @@
|
|||||||
# Copyright (C) 2022 Thomas Basler and others
|
# Copyright (C) 2022 Thomas Basler and others
|
||||||
#
|
#
|
||||||
import pkg_resources
|
import pkg_resources
|
||||||
|
from dulwich import porcelain
|
||||||
|
|
||||||
Import("env")
|
Import("env")
|
||||||
|
|
||||||
@ -13,7 +14,6 @@ missing_pkgs = required_pkgs - installed_pkgs
|
|||||||
if missing_pkgs:
|
if missing_pkgs:
|
||||||
env.Execute('"$PYTHONEXE" -m pip install dulwich')
|
env.Execute('"$PYTHONEXE" -m pip install dulwich')
|
||||||
|
|
||||||
from dulwich import porcelain
|
|
||||||
|
|
||||||
def get_firmware_specifier_build_flag():
|
def get_firmware_specifier_build_flag():
|
||||||
try:
|
try:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user