diff --git a/snippets/python.snippets b/snippets/python.snippets index d8f010546..70746792a 100644 --- a/snippets/python.snippets +++ b/snippets/python.snippets @@ -89,8 +89,6 @@ snippet cascii # Lambda snippet ld ${1:var} = lambda ${2:vars} : ${0:action} -snippet . - self. snippet try Try/Except try: ${1}