Skip to content

Commit 36b55ab

Browse files
committed
fixed linter
1 parent 0047a76 commit 36b55ab

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

git_logger.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ def _get_next_client(self) -> tuple[IRepositoryAPI, str]:
5858

5959
def get_next_client(self) -> tuple[IRepositoryAPI, str]:
6060
return self._get_next_client()
61-
6261

6362

6463
def get_next_binded_repo(clients: Clients, repositories: list[str]):

main.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ def parse_args():
3737
)
3838

3939
parser.add_argument(
40-
'--base_url',
41-
type=str,
42-
required=False,
43-
help='Base URL for Forgejo instance (if using Forgejo)',
40+
'--base_url',
41+
type=str,
42+
required=False,
43+
help='Base URL for Forgejo instance (if using Forgejo)',
4444
)
4545

4646
token = parser.add_mutually_exclusive_group(required=True)

0 commit comments

Comments
 (0)