Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/setuptools_dso/dsocmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,6 @@ def run_command(self, cmd):
# if right_before is specified build_dso is injected before that command
# instead of as first dependency.
def _needs_builddso(command, right_before=None):
assert issubclass(command, Command)
# copy to avoid changing base class if sub_commands was just inherited
_ = command.sub_commands[:]
where = 0
Expand Down
Loading