Skip to content

Commit 253eada

Browse files
committed
complying with black formatting
1 parent e2ab372 commit 253eada

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_frame.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,9 @@ def test_types_drop_duplicates() -> None:
385385

386386
if not PD_LTE_22:
387387
check(assert_type(df.drop_duplicates({"AAA"}), pd.DataFrame), pd.DataFrame)
388-
check(assert_type(df.drop_duplicates({"AAA": None}), pd.DataFrame), pd.DataFrame)
388+
check(
389+
assert_type(df.drop_duplicates({"AAA": None}), pd.DataFrame), pd.DataFrame
390+
)
389391

390392

391393
def test_types_fillna() -> None:

0 commit comments

Comments
 (0)