Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Karina5005 committed Aug 2, 2023
1 parent 1ca1ce7 commit a3213b6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion backup_github/backup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import logging
import os
import subprocess
from pathlib import Path
from typing import Optional

from backup_github.github import GithubAPI
Expand Down
1 change: 0 additions & 1 deletion backup_github/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import logging
import os
import sys
from pathlib import Path
from time import time

from prometheus_client import write_to_textfile
Expand Down

0 comments on commit a3213b6

Please sign in to comment.