Skip to content

Commit a0f99f1

Browse files
committed
category-interval-tocsv
1 parent 1dfdd9d commit a0f99f1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pandas/tests/io/formats/test_to_csv.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
from cmath import exp
21
import io
32
import os
43
from pathlib import Path
54
import sys
6-
from unittest import result
75
from zipfile import ZipFile
8-
from html5lib import serialize
96

107
import numpy as np
118
import pytest
@@ -18,9 +15,6 @@
1815
import pandas._testing as tm
1916

2017
import pandas.io.common as icom
21-
from pandas._libs.interval import Interval
22-
23-
from pandas.conftest import index
2418

2519

2620
class TestToCSV:

0 commit comments

Comments
 (0)