summaryrefslogtreecommitdiff
path: root/templates/snippets/python-mode/import_from
diff options
context:
space:
mode:
Diffstat (limited to 'templates/snippets/python-mode/import_from')
-rw-r--r--templates/snippets/python-mode/import_from5
1 files changed, 0 insertions, 5 deletions
diff --git a/templates/snippets/python-mode/import_from b/templates/snippets/python-mode/import_from
deleted file mode 100644
index 767f344..0000000
--- a/templates/snippets/python-mode/import_from
+++ /dev/null
@@ -1,5 +0,0 @@
-# -*- mode: snippet -*-
-# name: import_from
-# key: from
-# --
-from $1 import $0