Skip to content

Commit bde5519

Browse files
committed
Deleted line break
1 parent aed59de commit bde5519

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • get-min-py/src/get_min_py/cli/lib

get-min-py/src/get_min_py/cli/lib/log.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ def trunc(msg: str, end: str = '\n') -> None:
7373
line if len(line) < terminal_width else line[:terminal_width -4] + '...' for line in msg.splitlines()]
7474
print('\n'.join(truncated_lines), end=end)
7575

76-
7776
def warn_legacy_option(cli: sn, flag: str, source: str) -> None:
7877
from . import settings
7978
warned_set = _warned_keys[source]

0 commit comments

Comments
 (0)