Skip to content

Commit a5eabd1

Browse files
committed
blacken the code
1 parent 33e6d47 commit a5eabd1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_bugbear.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ def test_eval(
6060
with warnings.catch_warnings():
6161
if test.startswith("B012"):
6262
warnings.filterwarnings("ignore", category=SyntaxWarning)
63-
errors = [e for e in bbc.run() if (test == "B950" or not e[2].startswith("B950"))]
63+
errors = [
64+
e for e in bbc.run() if (test == "B950" or not e[2].startswith("B950"))
65+
]
6466
errors.sort()
6567
assert errors == tuple_expected
6668

0 commit comments

Comments
 (0)