We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aed59de commit bde5519Copy full SHA for bde5519
1 file changed
get-min-py/src/get_min_py/cli/lib/log.py
@@ -73,7 +73,6 @@ def trunc(msg: str, end: str = '\n') -> None:
73
line if len(line) < terminal_width else line[:terminal_width -4] + '...' for line in msg.splitlines()]
74
print('\n'.join(truncated_lines), end=end)
75
76
-
77
def warn_legacy_option(cli: sn, flag: str, source: str) -> None:
78
from . import settings
79
warned_set = _warned_keys[source]
0 commit comments