Skip to content

Commit

Permalink
Fix typo in B037 message (#495)
Browse files Browse the repository at this point in the history
stefan6419846 authored Oct 29, 2024

Verified

This commit was signed with the committer’s verified signature. The key has expired.
vespian Paweł Rozlach
1 parent cf8749c commit ea13615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bugbear.py
Original file line number Diff line number Diff line change
@@ -2312,7 +2312,7 @@ def visit_Lambda(self, node) -> None:
)

B037 = Error(
message="B037 Class `__init__` methods must not return or yield and any values."
message="B037 Class `__init__` methods must not return or yield any values."
)

B039 = Error(

0 comments on commit ea13615

Please sign in to comment.