summaryrefslogtreecommitdiff
path: root/snippets/python-mode/plt
diff options
context:
space:
mode:
Diffstat (limited to 'snippets/python-mode/plt')
-rw-r--r--snippets/python-mode/plt7
1 files changed, 0 insertions, 7 deletions
diff --git a/snippets/python-mode/plt b/snippets/python-mode/plt
deleted file mode 100644
index 7952fff..0000000
--- a/snippets/python-mode/plt
+++ /dev/null
@@ -1,7 +0,0 @@
-# name: matplotlib-related import
-# key: plt
-# --
-import matplotlib.pyplot as plt
-
-import pltaid
-$0