Skip to content

Commit 9652dbd

Browse files
authored
fix typo in unused comparison (B015) message (#307)
1 parent e81c636 commit 9652dbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bugbear.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1239,7 +1239,7 @@ def visit_Lambda(self, node):
12391239
}
12401240
B015 = Error(
12411241
message=(
1242-
"B015 Result of comparison is not used. This line doesn't do"
1242+
"B015 Result of comparison is not used. This line doesn't do "
12431243
"anything. Did you intend to prepend it with assert?"
12441244
)
12451245
)

0 commit comments

Comments
 (0)