Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 26, 2024
1 parent 7e7c3bc commit 1a51eac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions snapper/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@


def setup_rich_logging():

"""Set logger to rich, allowing for console markup."""

FORMAT = "%(message)s"
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 1a51eac

Please sign in to comment.