Skip to content

Commit

Permalink
T0000: prob added
Browse files Browse the repository at this point in the history
  • Loading branch information
kumvijaya authored Aug 27, 2024
1 parent a500053 commit 88c1ec6
Showing 1 changed file with 1 addition and 0 deletions.
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 88c1ec6

Please sign in to comment.