Skip to content

Commit

Permalink
python-mode: __missing__ was missing its key argument.
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienPalard committed Jun 17, 2024
1 parent 1bf0348 commit 432fdff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippets/python-mode/__missing__
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# key: _missing
# group: Special methods
# --
def __missing__(self):
def __missing__(self, key):
return $0

0 comments on commit 432fdff

Please sign in to comment.