Skip to content

Commit 30a2675

Browse files
committed
whoops, fix lint
Signed-off-by: RedGuy12 <[email protected]>
1 parent d892fed commit 30a2675

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: src/black/lines.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,8 @@ def is_complex_subscript(self, leaf: Leaf) -> bool:
447447
if subscript_start.type == syms.subscriptlist:
448448
subscript_start = child_towards(subscript_start, leaf)
449449

450-
# When this is moved out of preview, add syms.namedexpr_test directly to TEST_DESCENDANTS in nodes.py
450+
# When this is moved out of preview, add syms.namedexpr_test directly to
451+
# TEST_DESCENDANTS in nodes.py
451452
if Preview.walrus_subscript in self.mode:
452453
test_decendants = TEST_DESCENDANTS | {syms.namedexpr_test}
453454
else:

0 commit comments

Comments
 (0)