Skip to content

Commit 59e2828

Browse files
Sort imports in cfrac tests
1 parent 862d9f9 commit 59e2828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

videos/116_complex_fraction/test_cfrac.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import math
2+
from fractions import Fraction
23

34
import pytest
45

56
from cfrac import ComplexFraction
6-
from fractions import Fraction
77

88

99
def test_construction():

0 commit comments

Comments
 (0)