From 94511ffbd18a2f24224c539f23c2f6ffb9720eee Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Fri, 3 Jul 2015 23:19:05 -0400 Subject: Don't require newline in snippets --- snippets/python-mode/pandas-hdf-store | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 snippets/python-mode/pandas-hdf-store (limited to 'snippets/python-mode/pandas-hdf-store') diff --git a/snippets/python-mode/pandas-hdf-store b/snippets/python-mode/pandas-hdf-store new file mode 100644 index 0000000..a19ab13 --- /dev/null +++ b/snippets/python-mode/pandas-hdf-store @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: Pandas HDF5 store +# key: pdhs +# -- +with pd.HDFStore($1) as store: + $0 \ No newline at end of file -- cgit v1.2.3