Skip to content

Commit

Permalink
Test 1 - update
Browse files Browse the repository at this point in the history
  • Loading branch information
kumvijaya authored Sep 5, 2024
1 parent ab075bc commit 1cb569f
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 os

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 `os` imported but unused
class TestVyOSUtils(TestCase):

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

View workflow job for this annotation

GitHub Actions / ruff-lint

Ruff (I001)

src/tests/test_utils.py:17:1: I001 Import block is un-sorted or un-formatted
def test_key_mangling(self):
from vyos.utils.dict import mangle_dict_keys
Expand Down

0 comments on commit 1cb569f

Please sign in to comment.