Skip to content

Commit 556e1c2

Browse files
authored
CLN: General cleanup in _libs/lib.pyx (pandas-dev#33532)
1 parent 537b1d4 commit 556e1c2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pandas/_libs/lib.pyx

-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
from collections import abc
22
from decimal import Decimal
3-
from fractions import Fraction
4-
from numbers import Number
53

6-
import sys
74
import warnings
85

96
import cython

0 commit comments

Comments
 (0)