summaryrefslogtreecommitdiff
path: root/snippets/python-mode/pandas-hdf-store
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2017-07-27 20:41:12 -0400
committerKyle Meyer <kyle@kyleam.com>2017-07-27 20:41:12 -0400
commit782ffa72bf459c10c2a74004263a4d2b49b7905f (patch)
treea1686c457f0b65cd3aa282182aa91134a44e56e0 /snippets/python-mode/pandas-hdf-store
parent91ea3394df49fbde61db951b525de2fc10ef583d (diff)
downloademacs.d-782ffa72bf459c10c2a74004263a4d2b49b7905f.tar.gz
snippets: Remove redundant (or nearly redundant) names
The name field defaults to the file name, so don't bother explicitly specifying a name field that matches or nearly matches the file name.
Diffstat (limited to 'snippets/python-mode/pandas-hdf-store')
-rw-r--r--snippets/python-mode/pandas-hdf-store1
1 files changed, 0 insertions, 1 deletions
diff --git a/snippets/python-mode/pandas-hdf-store b/snippets/python-mode/pandas-hdf-store
index a19ab13..ae7212f 100644
--- a/snippets/python-mode/pandas-hdf-store
+++ b/snippets/python-mode/pandas-hdf-store
@@ -1,5 +1,4 @@
# -*- mode: snippet -*-
-# name: Pandas HDF5 store
# key: pdhs
# --
with pd.HDFStore($1) as store: