Skip to content

Commit

Permalink
Merge pull request #344 from yamap55/chore/fix_lint_point
Browse files Browse the repository at this point in the history
chore: fix lint point
  • Loading branch information
yamap55 committed Mar 16, 2024
2 parents 5923527 + a792fd1 commit 6a48339
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions hoge/huga.py
@@ -1,4 +1,5 @@
"""sample"""

from logging import getLogger

logger = getLogger(__name__)
Expand Down
1 change: 1 addition & 0 deletions main.py
@@ -1,4 +1,5 @@
"""main"""

from logging import config

from hoge.huga import Huga
Expand Down

0 comments on commit 6a48339

Please sign in to comment.