Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Bompard <[email protected]>
  • Loading branch information
abompard committed Dec 6, 2024
1 parent 7d649fa commit d15063e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ def get_models_columns_with_defaults():
continue
if hasattr(default, "arg"):
models_columns_as_params.append(
pytest.param(column, id=f"{name}.{colname}"))
pytest.param(column, id=f"{name}.{colname}")
)

return models_columns_as_params

Expand Down

0 comments on commit d15063e

Please sign in to comment.