diff --git a/snippets/python.snippets b/snippets/python.snippets index c065b4a..938ad3d 100644 --- a/snippets/python.snippets +++ b/snippets/python.snippets @@ -23,7 +23,6 @@ snippet dowh snippet with with ${1:expr} as ${2:var}: ${3:# code...} - ${3:# code...} # New Class snippet cl class ${1:ClassName}(${2:object}):