Skip to content

Commit

Permalink
Merge pull request #656 from NLeSC/fix-ruff-fail
Browse files Browse the repository at this point in the history
fix_ruff_fail
  • Loading branch information
lyashevska authored Sep 2, 2024
2 parents bfb33bd + 8f7e61c commit 047e6eb
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 047e6eb

Please sign in to comment.