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 5, 2024
1 parent 730f0b9 commit d63bd58
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 d63bd58

Please sign in to comment.