Commit ea6d028
committed
Fix incorrect override for pop method
This method could never return None because a missing key would raise
instead, which is the expected behavior of the base class.1 parent 0db0c47 commit ea6d028
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
553 | 553 | | |
554 | 554 | | |
555 | 555 | | |
556 | | - | |
| 556 | + | |
557 | 557 | | |
558 | 558 | | |
559 | 559 | | |
| |||
0 commit comments