Skip to content

Commit cfca4e5

Browse files
committed
Lint fix
1 parent 9164a48 commit cfca4e5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

readthedocs/projects/models.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -369,8 +369,7 @@ def get_subproject_urls(self):
369369
for proj in (
370370
apiv2.project(self.pk)
371371
.subprojects()
372-
.get()['subprojects']
373-
)]
372+
.get()['subprojects'])]
374373
else:
375374
return [(proj.child.slug, proj.child.get_docs_url())
376375
for proj in self.subprojects.all()]

0 commit comments

Comments
 (0)