Skip to content

Commit fe94866

Browse files
committed
FIX: removed additional empty lines not conforming to FLAKE8 rules
1 parent b1db0b8 commit fe94866

File tree

1 file changed

+0
-2
lines changed
  • prompt_toolkit/formatted_text

1 file changed

+0
-2
lines changed

prompt_toolkit/formatted_text/ansi.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ def _parse_corot(self) -> Generator[None, str, None]:
7878
else:
7979
escaped_text += c
8080

81-
8281
# check for CSI
8382
if c == "\x1b":
8483
# Start of color escape sequence.
@@ -90,7 +89,6 @@ def _parse_corot(self) -> Generator[None, str, None]:
9089
elif c == "\x9b":
9190
csi = True
9291

93-
9492
# IF CSI was detected
9593
if csi:
9694
current = ""

0 commit comments

Comments
 (0)