Skip to content

Commit

Permalink
Fix prospector warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven authored May 3, 2021
1 parent 8f4344e commit 4936f16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Documentation about the {{ cookiecutter.package_name }} module."""

# FIXME: put actual code here

# FIXME: put actual code here
def hello(name):
return f'Hello {name}!'

0 comments on commit 4936f16

Please sign in to comment.