Skip to content

Commit

Permalink
Merge pull request #41 from kumvijaya/current
Browse files Browse the repository at this point in the history
T0000: prob added
  • Loading branch information
kumvijaya authored Aug 27, 2024
2 parents a500053 + 10540fe commit bf7d771
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/darker-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:

- name: Fetch base and head commits
run: |
git fetch origin ${{ github.event.pull_request.base.sha }}:refs/remotes/origin/base
git fetch origin ${{ github.event.pull_request.head.sha }}:refs/remotes/origin/head
git fetch origin ${{ github.event.pull_request.base.sha }}:refs/remotes/origin/temp-base
git fetch origin ${{ github.event.pull_request.head.sha }}:refs/remotes/origin/temp-head
git branch temp-base refs/remotes/origin/temp-base
git branch temp-head refs/remotes/origin/temp-head
Expand Down
1 change: 1 addition & 0 deletions src/tests/test_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
from vyos.utils.network import interface_exists
from ipaddress import ip_network
from unittest import TestCase
import json

Check failure on line 22 in src/tests/test_template.py

View workflow job for this annotation

GitHub Actions / ruff-lint

Ruff (F401)

src/tests/test_template.py:22:8: F401 `json` imported but unused

class TestVyOSTemplate(TestCase):
def setUp(self):
Expand Down

0 comments on commit bf7d771

Please sign in to comment.