Skip to content

Commit 4936f16

Browse files
authored
Fix prospector warning
1 parent 8f4344e commit 4936f16

File tree

1 file changed

+1
-1
lines changed
  • {{cookiecutter.project_name}}/{{cookiecutter.package_name}}

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Documentation about the {{ cookiecutter.package_name }} module."""
22

3-
# FIXME: put actual code here
43

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

0 commit comments

Comments
 (0)