doc: conf.py: Remove unused subprocess imports
Fixing pylint warnings for a CI check. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
parent
4d207895b4
commit
4c7926234b
1 changed files with 0 additions and 1 deletions
|
@ -14,7 +14,6 @@
|
|||
|
||||
import sys
|
||||
import os
|
||||
from subprocess import CalledProcessError, check_output, DEVNULL
|
||||
|
||||
if "ZEPHYR_BASE" not in os.environ:
|
||||
sys.exit("$ZEPHYR_BASE environment variable undefined.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue