From 782ffa72bf459c10c2a74004263a4d2b49b7905f Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Thu, 27 Jul 2017 20:41:12 -0400 Subject: 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. --- snippets/python-mode/pandas-hdf-store | 1 - 1 file changed, 1 deletion(-) (limited to 'snippets/python-mode/pandas-hdf-store') 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: -- cgit v1.2.3