summaryrefslogtreecommitdiff
path: root/snippets/python-mode/seaborn
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2015-10-14 23:34:52 -0400
committerKyle Meyer <kyle@kyleam.com>2015-10-14 23:34:52 -0400
commit36afc83b2679f9dc4993ff5e51ab72189a78a851 (patch)
treefedb83a0fc18e9bb18a9b4d77060c0d94d9d69dd /snippets/python-mode/seaborn
parent74aa9c1d6bbc7d43d66138541ef4a595be3ef699 (diff)
downloademacs.d-36afc83b2679f9dc4993ff5e51ab72189a78a851.tar.gz
Use pseaborn instead of seaborn
Diffstat (limited to 'snippets/python-mode/seaborn')
-rw-r--r--snippets/python-mode/seaborn7
1 files changed, 0 insertions, 7 deletions
diff --git a/snippets/python-mode/seaborn b/snippets/python-mode/seaborn
deleted file mode 100644
index bfa54da..0000000
--- a/snippets/python-mode/seaborn
+++ /dev/null
@@ -1,7 +0,0 @@
-# -*- mode: snippet -*-
-# name: seaborn
-# key: sns
-# group: imports
-# --
-import seaborn as sns
-$0 \ No newline at end of file