Skip to content

Commit

Permalink
Update black
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuald committed Aug 25, 2024
1 parent dee9719 commit 290f478
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion robotpy_build/autowrap/cxxparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,10 @@ def _process_class_bases(
cls_name: str,
class_decl: ClassDecl,
class_data: ClassData,
) -> typing.Tuple[typing.List[BaseClassData], typing.Set[str],]:
) -> typing.Tuple[
typing.List[BaseClassData],
typing.Set[str],
]:
bases: typing.List[BaseClassData] = []
pybase_params: typing.Set[str] = set()
ignored_bases = {ib: True for ib in class_data.ignored_bases}
Expand Down
1 change: 0 additions & 1 deletion robotpy_build/relink_libs.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"""


from delocate.delocating import filter_system_libs
from delocate.tools import get_install_names, set_install_name as _set_install_name

Expand Down

0 comments on commit 290f478

Please sign in to comment.