Skip to content

Commit d12b63d

Browse files
committed
fix pep8 linting issue
1 parent b01915e commit d12b63d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • {{cookiecutter.project_name}}/{{cookiecutter.package_name}}

{{cookiecutter.project_name}}/{{cookiecutter.package_name}}/my_module.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
logger = logging.getLogger(__name__)
66

7+
78
# FIXME: put actual code here
89
def example():
910
logger.info("Providing information about the excecution of the function.")

0 commit comments

Comments
 (0)