Skip to content

Commit 3d265b8

Browse files
committed
style: remove unused imports in rational_points
1 parent 325e1c8 commit 3d265b8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/continuedfractions/rational_points.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,8 @@
1313

1414
# -- Standard libraries --
1515
import decimal
16-
import functools
1716
import math
1817
import numbers
19-
import typing
2018

2119
from decimal import Decimal
2220
from typing import Any

0 commit comments

Comments
 (0)