Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda authored Jan 31, 2024
1 parent e82ccdf commit 9f10449
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 9f10449

Please sign in to comment.