Skip to content

Commit 10fe5ac

Browse files
committed
Format
1 parent 90b634f commit 10fe5ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/projects/querysets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def prefetch_latest_build(self):
157157
_has_good_build=Exists(Build.internal.filter(project=OuterRef("pk"), success=True))
158158
)
159159

160-
def prefetch_organization(self, select_related: list[str]| None=None):
160+
def prefetch_organization(self, select_related: list[str] | None = None):
161161
"""
162162
Prefetch the organizations related to the projects.
163163

0 commit comments

Comments
 (0)