Skip to content

Commit

Permalink
Remove cookiecutter remnant
Browse files Browse the repository at this point in the history
  • Loading branch information
dokempf committed Oct 27, 2023
1 parent 88d5f61 commit 9135189
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions precommit_recommendations/__init__.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,2 @@
# The version file is generated automatically by setuptools_scm
from precommit_recommendations._version import version as __version__


def add_one(x: int):
"""An example function that increases a number
:param x: The input parameter to increase
:return: The successor of the given number
"""
return x + 1

0 comments on commit 9135189

Please sign in to comment.