Skip to content

Commit

Permalink
Removed google style rst to remain agnostic
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanlong1004 committed Jun 14, 2020
1 parent c7a4cfb commit 00bed2f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/sample/simple.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,4 @@
def add_one(number):
"""Adds one to number
Args:
number (int/float):
Returns:
number
Raises
"""
return number + 1


0 comments on commit 00bed2f

Please sign in to comment.