From be48678836057364eb4cb22b71f6f55acf44beee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Samohel?= <33513211+antirotor@users.noreply.github.com> Date: Tue, 1 Jun 2021 21:52:45 +0200 Subject: [PATCH] fix hound --- start.py | 1 - 1 file changed, 1 deletion(-) diff --git a/start.py b/start.py index 56544b4d6a..8e7c195e95 100644 --- a/start.py +++ b/start.py @@ -132,7 +132,6 @@ import certifi # noqa: E402 if sys.__stdout__: term = blessed.Terminal() - def _print(message: str): if message.startswith("!!! "): print("{}{}".format(term.orangered2("!!! "), message[4:]))