Skip to content

Commit

Permalink
Fixing test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
rjordans committed Sep 20, 2021
1 parent cced02e commit 2e2ef88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_sitools.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.
import unittest
from math import inf
from decimal import Decimal # Needed for test_representation()

# Import targets to be tested
from NanoVNASaver.SITools import Format, Value
Expand Down

0 comments on commit 2e2ef88

Please sign in to comment.