Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Sep 27, 2023
2 parents 8f1c0b6 + 88cbfb5 commit e7e5e23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion unfold/unfold.py
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,6 @@ def find_correct_id(self, key: tuple) -> [tuple, None]:
print(f"Could not find key: {key}")
# return key


def fix_key(self, key: tuple) -> tuple:
if key in self.dependency_mapping:
return self.dependency_mapping[key]
Expand Down

0 comments on commit e7e5e23

Please sign in to comment.