aboutsummaryrefslogtreecommitdiff
path: root/snippets
diff options
context:
space:
mode:
Diffstat (limited to 'snippets')
-rw-r--r--snippets/python/pyclass.py1
-rw-r--r--snippets/python/pydef.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/snippets/python/pyclass.py b/snippets/python/pyclass.py
index 1bfe115..3354dba 100644
--- a/snippets/python/pyclass.py
+++ b/snippets/python/pyclass.py
@@ -3,3 +3,4 @@ class jump(jump):
jump
"""
+ pass
diff --git a/snippets/python/pydef.py b/snippets/python/pydef.py
index a3d8224..8c33d5b 100644
--- a/snippets/python/pydef.py
+++ b/snippets/python/pydef.py
@@ -10,3 +10,4 @@ def jump(jump):
Return:
jump_type: jump_desc
"""
+ pass