aboutsummaryrefslogtreecommitdiff
path: root/snippets/python/pyclass.py
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2018-06-11 11:45:29 -0600
committerCody Hiar <codyfh@gmail.com>2018-06-11 11:45:29 -0600
commit98105e44edcdd3e0282c253fbb7b5eeab292559b (patch)
tree6030e8eef09b55395118921b003e2512583a7f90 /snippets/python/pyclass.py
parent2d90ed79923281b095f2dfb27d2b400cb1eb7415 (diff)
Removing Snippets
Diffstat (limited to 'snippets/python/pyclass.py')
-rw-r--r--snippets/python/pyclass.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/snippets/python/pyclass.py b/snippets/python/pyclass.py
deleted file mode 100644
index 3354dba..0000000
--- a/snippets/python/pyclass.py
+++ /dev/null
@@ -1,6 +0,0 @@
-class jump(jump):
- """jump
-
- jump
- """
- pass