Skip to content

Commit

Permalink
Flake8 fix
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Andersen <[email protected]>
  • Loading branch information
isohedronpipeline committed Mar 29, 2024
1 parent 093c899 commit 2993f66
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rez/package_order.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,6 @@ def reorder(self, iterable, key=None):
def sort_key_implementation(self, package_name, version):
orderer = self.order_dict.get(package_name)
if orderer is None:

if self.default_order is None:
# shouldn't get here, because applies_to should protect us...
raise RuntimeError(
Expand Down

0 comments on commit 2993f66

Please sign in to comment.