Skip to content

Commit 35e91f9

Browse files
committed
format test
1 parent c7913ab commit 35e91f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/frame/test_dtypes.py

+1
Original file line numberDiff line numberDiff line change
@@ -843,6 +843,7 @@ def test_df_where_with_category(self, kwargs):
843843
# GH 16979
844844
df = DataFrame(np.arange(2 * 3).reshape(2, 3), columns=list("ABC"))
845845
mask = np.array([[True, False, True], [False, True, True]])
846+
846847
# change type to category
847848
df.A = df.A.astype("category")
848849
df.B = df.B.astype("category")

0 commit comments

Comments
 (0)