Skip to content

Commit 3d656b2

Browse files
GH1299 Formatting
1 parent 092e14b commit 3d656b2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_frame.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,6 @@ def test_types_loc_at() -> None:
281281
df.loc[0, "col1"]
282282

283283

284-
285284
def test_types_boolean_indexing() -> None:
286285
df = pd.DataFrame(data={"col1": [1, 2], "col2": [3, 4]})
287286
check(assert_type(df[df > 1], pd.DataFrame), pd.DataFrame)
@@ -3758,7 +3757,6 @@ def test_loc_slice() -> None:
37583757
check(assert_type(df.loc[mask, mask_col], pd.DataFrame), pd.DataFrame)
37593758

37603759

3761-
37623760
def test_where() -> None:
37633761
df = pd.DataFrame({"a": [1, 2, 3], "b": [4, 5, 6]})
37643762

0 commit comments

Comments
 (0)