Skip to content

Commit

Permalink
T6637: fork test
Browse files Browse the repository at this point in the history
  • Loading branch information
kumvijaya authored Aug 6, 2024
1 parent 17847b8 commit 30993fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tests/test_dict_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
from unittest import TestCase
from vyos.utils.dict import dict_search
from vyos.utils.dict import dict_search_recursive
import json

Check failure on line 20 in src/tests/test_dict_search.py

View workflow job for this annotation

GitHub Actions / ruff-lint

Ruff (F401)

src/tests/test_dict_search.py:20:8: F401 `json` imported but unused

data = {
'string': 'fooo',
Expand Down

0 comments on commit 30993fd

Please sign in to comment.