Skip to content

Commit 60e1008

Browse files
committed
isort fixup
1 parent b8856be commit 60e1008

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

asv_bench/benchmarks/libs.py

+8-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,14 @@
44
"""
55
import numpy as np
66

7-
from pandas._libs.lib import is_list_like, is_scalar
8-
9-
from pandas import NA, NaT
7+
from pandas._libs.lib import (
8+
is_list_like,
9+
is_scalar,
10+
)
11+
from pandas import (
12+
NA,
13+
NaT,
14+
)
1015

1116
# TODO: share with something in pd._testing?
1217
scalars = [

0 commit comments

Comments
 (0)