summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--snippets/python-mode/pyplot7
1 files changed, 0 insertions, 7 deletions
diff --git a/snippets/python-mode/pyplot b/snippets/python-mode/pyplot
deleted file mode 100644
index 608b77f..0000000
--- a/snippets/python-mode/pyplot
+++ /dev/null
@@ -1,7 +0,0 @@
-# -*- mode: snippet -*-
-# name: pyplot
-# key: plt
-# group: imports
-# --
-import matplotlib.pyplot as plt
-$0 \ No newline at end of file