Skip to content

Commit 88fa6e1

Browse files
committed
Remove unused comment
1 parent 6f0120f commit 88fa6e1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tue_get/installer_impl.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,6 @@ def tue_install_target(self, target: str, now: bool = False) -> bool:
479479
return True
480480

481481
def _show_update_msg(self, repo, msg: str = None):
482-
# shellcheck disable=SC2086,SC2116
483482
if msg:
484483
print_msg = "\n"
485484
print_msg += f" {colored(repo, attrs=['bold'])}"

0 commit comments

Comments
 (0)