Skip to content

Commit

Permalink
Fix relative import
Browse files Browse the repository at this point in the history
  • Loading branch information
nielstron committed Sep 4, 2024
1 parent 1413455 commit 5105204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_std/test_fractions.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import hypothesis.strategies as hst
from typing import Union
from opshin.std import fractions as oc_fractions
from opshin.tests.utils import eval_uplc, eval_uplc_value
from ..utils import eval_uplc, eval_uplc_value

import fractions as native_fractions
import math as native_math
Expand Down

0 comments on commit 5105204

Please sign in to comment.