Skip to content

Commit

Permalink
Merge pull request #55 from kumvijaya/current
Browse files Browse the repository at this point in the history
T667: ruff cli
  • Loading branch information
kumvijaya authored Sep 13, 2024
2 parents e62c021 + 1623b6e commit a808b2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/tests/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
import importlib.util
import math
import json
import os

def prepare_module(file_path='', module_name=''):
spec = importlib.util.spec_from_file_location(module_name, file_path)
Expand Down
1 change: 1 addition & 0 deletions src/tests/test_initial_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a808b2d

Please sign in to comment.