Skip to content

Commit 5c8299e

Browse files
committed
CLN: Linting
1 parent 1f92f0f commit 5c8299e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

dataframe_sql/tests/pandas_sql_functionality_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,8 @@ def test_having_multiple_conditions():
382382

383383

384384
@pytest.mark.xfail(
385-
raises=ValueError, reason="Still can't do having without a group by in ibis",
385+
raises=ValueError,
386+
reason="Still can't do having without a group by in ibis",
386387
)
387388
def test_having_one_condition():
388389
"""

0 commit comments

Comments
 (0)