Skip to content

Commit

Permalink
Added class import in init. Removed example code from cookiecutter te…
Browse files Browse the repository at this point in the history
…mplate.
  • Loading branch information
WyvernIXTL committed May 10, 2024
1 parent c403196 commit 5935b1d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions installation_instruction/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,5 @@
__version__ = metadata.version(__package__)
del metadata

def add_one(x: int):
"""An example function that increases a number
from installation_instruction.installation_instruction import InstallationInstruction

:param x: The input parameter to increase
:return: The successor of the given number
"""
return x + 1

0 comments on commit 5935b1d

Please sign in to comment.