Skip to content

Commit 8242964

Browse files
manicsconsideRatio
andauthored
builder.py deprecation: xref Build class
Co-authored-by: Erik Sundell <[email protected]>
1 parent 6816c05 commit 8242964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binderhub/builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ async def get(self, provider_prefix, _unescaped_spec):
426426
)
427427

428428
if issubclass(BuildClass, Build):
429-
# Deprecated
429+
# Deprecated, see docstring of the Build class for more details
430430
build = BuildClass(
431431
q=q,
432432
# api object can be None if we are using FakeBuild

0 commit comments

Comments
 (0)