Skip to content

Commit

Permalink
remove useless $0
Browse files Browse the repository at this point in the history
  • Loading branch information
WnP committed Apr 14, 2014
1 parent fea2ddc commit 7f65658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippets/python.snippets
Original file line number Diff line number Diff line change
Expand Up @@ -205,4 +205,4 @@ snippet dol
def ${1:__init__}(self, *args, **kwargs):
super(${0:ClassName}, self).$1(*args, **kwargs)
snippet kwg
self.${1:var_name} = kwargs.get('$1', ${2:None})${0:}
self.${1:var_name} = kwargs.get('$1', ${2:None})

0 comments on commit 7f65658

Please sign in to comment.