Skip to content

Commit

Permalink
fix black
Browse files Browse the repository at this point in the history
  • Loading branch information
Karina5005 committed Jul 18, 2023
1 parent 0929435 commit 7060ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backup_github/backup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def __get_repositories(self):

def __save_repositories(self, repositories, dir):
for repository in repositories:
if self.api.get_repository(repository)['size'] == 0:
if self.api.get_repository(repository)["size"] == 0:
continue
self.__save_repo_content(repository, dir)
repo = self.api.get_repository(repository)
Expand Down

0 comments on commit 7060ef1

Please sign in to comment.