We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b01915e commit d12b63dCopy full SHA for d12b63d
1 file changed
{{cookiecutter.project_name}}/{{cookiecutter.package_name}}/my_module.py
@@ -4,6 +4,7 @@
4
5
logger = logging.getLogger(__name__)
6
7
+
8
# FIXME: put actual code here
9
def example():
10
logger.info("Providing information about the excecution of the function.")
0 commit comments