Skip to content

Commit 9a9213f

Browse files
committed
style(ruff): lint
1 parent 88d9ed4 commit 9a9213f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

problems/pandas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ def problem_176(employee: pd.DataFrame) -> pd.DataFrame:
3030
return pd.DataFrame([None], columns=["SecondHighestSalary"])
3131
return result
3232

33+
3334
def problem_180(logs: pd.DataFrame) -> pd.DataFrame:
3435
"""Find all numbers that appear at least three times consecutively.
3536
@@ -59,7 +60,6 @@ def problem_180(logs: pd.DataFrame) -> pd.DataFrame:
5960
)
6061

6162

62-
6363
def problem_584(customer: pd.DataFrame) -> pd.DataFrame:
6464
"""Find names of customers not referred by the customer with ID = 2.
6565

0 commit comments

Comments
 (0)