Skip to content

Commit a3b6428

Browse files
committed
Lint fix
1 parent 6434d83 commit a3b6428

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

readthedocs/projects/forms.py

-1
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,6 @@ def __init__(self, *args, **kwargs):
246246
'verbose_name', flat=True
247247
)
248248

249-
250249
self.fields['default_branch'].widget = forms.Select(
251250
choices=[default_choice] + list(
252251
zip(versions_choices, versions_choices)

0 commit comments

Comments
 (0)