Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleFromNVIDIA committed May 23, 2024
1 parent 8d148c2 commit a919bdb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions rapids_build_backend/impls.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@
def _remove_rapidsai_from_config(
config_settings: typing.Union[dict[str, typing.Any], None],
) -> typing.Union[dict[str, typing.Any], None]:
"""
Filter out settings that begin with `rapidsai.` to be passed down to the underlying
backend, because some backends get confused if you pass them options that they don't
recognize.
"""Filter out settings that begin with ``rapidsai.`` to be passed down to the
underlying backend, because some backends get confused if you pass them options that
they don't recognize.
"""
if not config_settings:
return None
Expand Down

0 comments on commit a919bdb

Please sign in to comment.