diff options
| author | Cody Hiar <codyfh@gmail.com> | 2018-06-11 11:45:29 -0600 | 
|---|---|---|
| committer | Cody Hiar <codyfh@gmail.com> | 2018-06-11 11:45:29 -0600 | 
| commit | 98105e44edcdd3e0282c253fbb7b5eeab292559b (patch) | |
| tree | 6030e8eef09b55395118921b003e2512583a7f90 /snippets/python/pydef.py | |
| parent | 2d90ed79923281b095f2dfb27d2b400cb1eb7415 (diff) | |
Removing Snippets
Diffstat (limited to 'snippets/python/pydef.py')
| -rw-r--r-- | snippets/python/pydef.py | 13 | 
1 files changed, 0 insertions, 13 deletions
| diff --git a/snippets/python/pydef.py b/snippets/python/pydef.py deleted file mode 100644 index 8c33d5b..0000000 --- a/snippets/python/pydef.py +++ /dev/null @@ -1,13 +0,0 @@ -def jump(jump): -    """jump. - -    jump - -    Args: -        jump (jump_type): jump_desc -            Example: jump - -    Return: -        jump_type: jump_desc -    """ -    pass | 
