From 6185b8f74292b15acc427e9b978d1bb4c57038c0 Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Mon, 25 May 2020 09:57:23 +0200 Subject: Cleanup Python snippets --- .emacs.d/snippets/python-mode/__getitem__ | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 .emacs.d/snippets/python-mode/__getitem__ (limited to '.emacs.d/snippets/python-mode/__getitem__') diff --git a/.emacs.d/snippets/python-mode/__getitem__ b/.emacs.d/snippets/python-mode/__getitem__ deleted file mode 100644 index 939bd1a..0000000 --- a/.emacs.d/snippets/python-mode/__getitem__ +++ /dev/null @@ -1,7 +0,0 @@ -# -*- mode: snippet -*- -# name: __getitem__ -# key: getit -# group: dunder methods -# -- -def __getitem__(self, ${1:key}): - $0 \ No newline at end of file -- cgit v1.3