about summary refs log tree commit diff
path: root/configs/shared/emacs/.emacs.d/snippets/python-mode/dunder-main
diff options
context:
space:
mode:
Diffstat (limited to 'configs/shared/emacs/.emacs.d/snippets/python-mode/dunder-main')
-rw-r--r--configs/shared/emacs/.emacs.d/snippets/python-mode/dunder-main6
1 files changed, 0 insertions, 6 deletions
diff --git a/configs/shared/emacs/.emacs.d/snippets/python-mode/dunder-main b/configs/shared/emacs/.emacs.d/snippets/python-mode/dunder-main
deleted file mode 100644
index 4dd22dc0b2da..000000000000
--- a/configs/shared/emacs/.emacs.d/snippets/python-mode/dunder-main
+++ /dev/null
@@ -1,6 +0,0 @@
-# -*- mode: snippet -*-
-# name: Dunder main (__main__)
-# key: mn
-# --
-if __name__ == "__main__":
-    main()
\ No newline at end of file