Skip to content

Commit 4a79c86

Browse files
Fixing linting errors
1 parent 44a9350 commit 4a79c86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitea_mirror_manager/mirrors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ def main() -> None:
249249
repository_auth_token=repository["repository_auth_token"],
250250
gitea_url=MIRROR_SERVER_URL,
251251
token=gitea_mirror_token,
252-
service="github", # TODO(cgavidia): Maybe this can be a parameter in config.
252+
service="github", # TODO(cgavidia): Maybe this can be a parameter.
253253
)
254254

255255
create_migration(

0 commit comments

Comments
 (0)