Skip to content

Commit af5f862

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 7c4b15a commit af5f862

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

snapper/utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88

99
def setup_rich_logging():
10-
1110
"""Set logger to rich, allowing for console markup."""
1211

1312
FORMAT = "%(message)s"
@@ -37,7 +36,6 @@ def install_rich_tracebacks(show_locals=False):
3736

3837

3938
def app_exit(level: int = 0, timeout: int = -1, cleanup_funcs: list = []):
40-
4139
"""
4240
Exit function to allow time to
4341
read console output if necessary before exit.

0 commit comments

Comments
 (0)