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/eq | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 .emacs.d/snippets/python-mode/eq (limited to '.emacs.d/snippets/python-mode/eq') diff --git a/.emacs.d/snippets/python-mode/eq b/.emacs.d/snippets/python-mode/eq deleted file mode 100644 index e19c328..0000000 --- a/.emacs.d/snippets/python-mode/eq +++ /dev/null @@ -1,7 +0,0 @@ -# -*- mode: snippet -*- -# name: __eq__ -# key: eq -# group: dunder methods -# -- -def __eq__(self, other): - return self.$1 == other.$1 \ No newline at end of file -- cgit v1.3