Skip to content

Commit e69febe

Browse files
committed
isort
1 parent 8af47cf commit e69febe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asv_bench/benchmarks/io/excel.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
from io import BytesIO
22

33
import numpy as np
4+
45
from odf.opendocument import OpenDocumentSpreadsheet
56
from odf.table import Table, TableCell, TableRow
67
from odf.text import P
7-
88
from pandas import DataFrame, ExcelWriter, date_range, read_excel
99
import pandas.util.testing as tm
1010

0 commit comments

Comments
 (0)