Skip to content

Commit 4013068

Browse files
committed
formatted black
1 parent 3a3b21d commit 4013068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_series.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def test_multiindex_loc_str_tuple() -> None:
186186
check(
187187
assert_type(s.loc[[("A", "c"), ("B", "d")]], "pd.Series[int]"),
188188
pd.Series,
189-
np.int_
189+
np.int_,
190190
)
191191

192192

0 commit comments

Comments
 (0)