Skip to content

Commit

Permalink
Revert context.py bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KrystalDelusion committed Apr 18, 2024
1 parent 41841f6 commit 3066e74
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/yosys_mau/task_loop/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ def __getitem__(self, key: K) -> V:
else:
if isinstance(value, _MISSING_TYPE):
raise KeyError(repr(key))
return value
return self.__default[key]

def __setitem__(self, key: K, value: V) -> None:
Expand Down

0 comments on commit 3066e74

Please sign in to comment.