Skip to content

Commit

Permalink
T6637: test
Browse files Browse the repository at this point in the history
  • Loading branch information
kumvijaya authored Aug 6, 2024
1 parent f157516 commit 53e47ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.

from unittest import TestCase
import json

Check failure on line 18 in src/tests/test_utils.py

View workflow job for this annotation

GitHub Actions / ruff-lint

Ruff (F401)

src/tests/test_utils.py:18:8: F401 `json` imported but unused
class TestVyOSUtils(TestCase):
def test_key_mangling(self):
from vyos.utils.dict import mangle_dict_keys
Expand Down

0 comments on commit 53e47ac

Please sign in to comment.