Skip to content

Commit 48ccd1c

Browse files
committed
cli(utils) Preserve print for tmuxp_echo
1 parent 1912c08 commit 48ccd1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tmuxp/cli/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def tmuxp_echo(
3030
else:
3131
logger.log(log.LOG_LEVELS[log_level], unstyle(message))
3232

33-
print(message)
33+
print(message) # NOQA: T201 RUF100
3434

3535

3636
def prompt(

0 commit comments

Comments
 (0)