Skip to content

Commit

Permalink
revert importlib
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgsavage committed Apr 2, 2024
1 parent 04070e7 commit a6fe054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_uncertainties.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from uncertainties.core import ufloat, AffineScalarFunc, ufloat_fromstr
from uncertainties import umath
from uncertainties.testing import numbers_close, ufloats_close, compare_derivatives, arrays_close
from tests.helpers import power_special_cases, power_all_cases, power_wrt_ref
from helpers import power_special_cases, power_all_cases, power_wrt_ref


def test_value_construction():
Expand Down

0 comments on commit a6fe054

Please sign in to comment.