summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/check-unused-imports.yml1
-rw-r--r--python/vyos/utils/strip_config.py1
2 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/check-unused-imports.yml b/.github/workflows/check-unused-imports.yml
index 322d4f3a8..17a52d3e4 100644
--- a/.github/workflows/check-unused-imports.yml
+++ b/.github/workflows/check-unused-imports.yml
@@ -9,6 +9,7 @@ on:
workflow_dispatch:
permissions:
+ pull-requests: write
contents: read
jobs:
diff --git a/python/vyos/utils/strip_config.py b/python/vyos/utils/strip_config.py
index 32f076564..7a9c78c9f 100644
--- a/python/vyos/utils/strip_config.py
+++ b/python/vyos/utils/strip_config.py
@@ -20,7 +20,6 @@
# They shouldn't be used as a basis for a strip-private filter
# until we figure out if we can pass the config path information to the filter.
-import sys
import copy
import vyos.configtree