Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
lyashevska committed Sep 2, 2024
1 parent bfb33bd commit 8f7e61c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions template/src/{{package_name}}/__init__.py.jinja
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Documentation about {{ package_name }}."""

import logging

logging.getLogger(__name__).addHandler(logging.NullHandler())
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Tests for the {{ package_name }}.my_module module."""

import pytest
from {{ package_name }}.my_module import hello

Expand Down

0 comments on commit 8f7e61c

Please sign in to comment.