We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 862d9f9 commit 59e2828Copy full SHA for 59e2828
videos/116_complex_fraction/test_cfrac.py
@@ -1,9 +1,9 @@
1
import math
2
+from fractions import Fraction
3
4
import pytest
5
6
from cfrac import ComplexFraction
-from fractions import Fraction
7
8
9
def test_construction():
0 commit comments