aboutsummaryrefslogtreecommitdiff
path: root/Emacs/.config/emacs/.config/yasnippet/snippets/python-mode/__exit__
diff options
context:
space:
mode:
Diffstat (limited to 'Emacs/.config/emacs/.config/yasnippet/snippets/python-mode/__exit__')
-rw-r--r--Emacs/.config/emacs/.config/yasnippet/snippets/python-mode/__exit__8
1 files changed, 0 insertions, 8 deletions
diff --git a/Emacs/.config/emacs/.config/yasnippet/snippets/python-mode/__exit__ b/Emacs/.config/emacs/.config/yasnippet/snippets/python-mode/__exit__
deleted file mode 100644
index 7b006dc..0000000
--- a/Emacs/.config/emacs/.config/yasnippet/snippets/python-mode/__exit__
+++ /dev/null
@@ -1,8 +0,0 @@
-# -*- mode: snippet -*-
-# name: __exit__
-# key: ex
-# uuid: ex
-# group: dunder methods
-# --
-def __exit__(self, type, value, traceback):
- $0 \ No newline at end of file