diff options
author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-09-13 11:26:30 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-13 11:26:30 +0530 |
commit | 1623b6e5d054221714ca47de57f948131383764e (patch) | |
tree | a9a5e9e58acbfa13381b554cc570078e5fec771e /src/tests/test_initial_setup.py | |
parent | 9a431b6597e90a4ac37ed2c9d1153b9380782e8b (diff) | |
download | vyos-workflow-test-temp-1623b6e5d054221714ca47de57f948131383764e.tar.gz vyos-workflow-test-temp-1623b6e5d054221714ca47de57f948131383764e.zip |
T6678: ruff cli
Diffstat (limited to 'src/tests/test_initial_setup.py')
-rw-r--r-- | src/tests/test_initial_setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/test_initial_setup.py b/src/tests/test_initial_setup.py index f85bf12..4a0f371 100644 --- a/src/tests/test_initial_setup.py +++ b/src/tests/test_initial_setup.py @@ -17,6 +17,7 @@ import unittest import vyos.configtree import vyos.initialsetup as vis +import json from unittest import TestCase from vyos.xml_ref import definition |