Skip to content

Commit acd8a4c

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent f9546bb commit acd8a4c

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
33
https://www.sphinx-doc.org/en/master/usage/configuration.html
44
"""
5+
56
from tmux_bitahub import __version__ as version # type: ignore
67
from tmux_bitahub._metainfo import author, copyright, project # type: ignore
78

src/tmux_bitahub/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Get bitahub status."""
2+
23
from typing import List, Literal
34
from urllib import request
45

src/tmux_bitahub/__main__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
r"""This module can be called by
22
`python -m <https://docs.python.org/3/library/__main__.html>`_.
33
"""
4+
45
from shlex import split
56
from subprocess import check_output # nosec: B404
67
from typing import Callable

tests/bitahub_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""bitahub_test."""
2+
23
from tmux_bitahub import get_result # type: ignore
34

45

0 commit comments

Comments
 (0)