Skip to content

Commit

Permalink
builder.py deprecation: xref Build class
Browse files Browse the repository at this point in the history
Co-authored-by: Erik Sundell <[email protected]>
  • Loading branch information
manics and consideRatio authored Aug 14, 2022
1 parent 6816c05 commit 8242964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binderhub/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ async def get(self, provider_prefix, _unescaped_spec):
)

if issubclass(BuildClass, Build):
# Deprecated
# Deprecated, see docstring of the Build class for more details
build = BuildClass(
q=q,
# api object can be None if we are using FakeBuild
Expand Down

0 comments on commit 8242964

Please sign in to comment.