summaryrefslogtreecommitdiff
path: root/snippets/python-mode/seaborn
diff options
context:
space:
mode:
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