Skip to content

Commit

Permalink
minor formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Jan 31, 2024
1 parent e82ccdf commit a279578
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,8 @@ def test_explain_what_is_being_tested(tmpdir):
Test description about text reason to be
"""

class ExtendedModel(BoringModel): ...
class ExtendedModel(BoringModel):
"""Extended boring Model."""

model = ExtendedModel()

Expand Down

0 comments on commit a279578

Please sign in to comment.