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/parse_args | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 .emacs.d/snippets/python-mode/parse_args (limited to '.emacs.d/snippets/python-mode/parse_args') diff --git a/.emacs.d/snippets/python-mode/parse_args b/.emacs.d/snippets/python-mode/parse_args deleted file mode 100644 index aa61070..0000000 --- a/.emacs.d/snippets/python-mode/parse_args +++ /dev/null @@ -1,9 +0,0 @@ -# -*- mode: snippet -*- -# name: parse_args -# key: pargs -# group: argparser -# -- -def parse_arguments(): - parser = argparse.ArgumentParser(description='$1') - $0 - return parser.parse_args() \ No newline at end of file -- cgit v1.3