Skip to content

Commit

Permalink
fix black
Browse files Browse the repository at this point in the history
  • Loading branch information
Karina5005 committed Jul 20, 2023
1 parent 3bf5d3e commit 5ddac1e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backup_github/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
from prometheus_client import write_to_textfile

from backup_github.backup import Backup
from backup_github.metrics import (backup_time, git_size, meta_size, registry,
success)
from backup_github.metrics import backup_time, git_size, meta_size, registry, success
from backup_github.parse_args import parse_args

logging.basicConfig(level=logging.INFO)
Expand Down

0 comments on commit 5ddac1e

Please sign in to comment.