From d63bd58daa64789e992bf3f1bc1e74d556818f90 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 21:36:20 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- snapper/utils.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/snapper/utils.py b/snapper/utils.py index 27da7c4..3a5544c 100644 --- a/snapper/utils.py +++ b/snapper/utils.py @@ -7,7 +7,6 @@ def setup_rich_logging(): - """Set logger to rich, allowing for console markup.""" FORMAT = "%(message)s" @@ -37,7 +36,6 @@ def install_rich_tracebacks(show_locals=False): def app_exit(level: int = 0, timeout: int = -1, cleanup_funcs: list = []): - """ Exit function to allow time to read console output if necessary before exit.