parent
d7a28dd786
commit
dba3c2695c
@ -598,7 +598,7 @@ def _maybe_empty_lines(self, current_line: Line) -> Tuple[int, int]:
|
|||||||
before = 1
|
before = 1
|
||||||
elif (
|
elif (
|
||||||
not depth
|
not depth
|
||||||
and self.previous_defs[-1]
|
and self.previous_defs[-1].depth
|
||||||
and current_line.leaves[-1].type == token.COLON
|
and current_line.leaves[-1].type == token.COLON
|
||||||
and (
|
and (
|
||||||
current_line.leaves[0].value
|
current_line.leaves[0].value
|
||||||
|
Loading…
Reference in New Issue
Block a user