Skip to content

Commit 0ce1702

Browse files
authored
Fix lint
1 parent 4e6f4a6 commit 0ce1702

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

readthedocs/oauth/services/gitlab.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ def create_repository(
119119
:type organization: RemoteOrganization
120120
:rtype: RemoteRepository
121121
"""
122-
123122
repo_is_public = fields['visibility'] == 'public'
124123
if privacy == 'private' or (repo_is_public and privacy == 'public'):
125124
try:

0 commit comments

Comments
 (0)