fix hound

This commit is contained in:
Ondřej Samohel 2021-06-01 21:52:45 +02:00 committed by GitHub
parent 493964aee2
commit be48678836
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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:]))