mirror of
https://github.com/boostorg/website-v2.git
synced 2026-01-19 04:42:17 +00:00
satisfy linter
This commit is contained in:
@@ -314,7 +314,7 @@ class LibraryDetail(FormMixin, DetailView):
|
||||
# If we know the library-version docs are missing, return the version docs
|
||||
if library_version.missing_docs:
|
||||
return docs_url
|
||||
# If we have the library-version docs and believe they are valid, return those
|
||||
# If we have the library-version docs and they are valid, return those
|
||||
elif library_version.documentation_url:
|
||||
return library_version.documentation_url
|
||||
# If we wind up here, return the version docs
|
||||
|
||||
Reference in New Issue
Block a user