Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 2, 2024
1 parent d0bb171 commit a6878fe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion yaqd_control/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"""Command line tools for inspecting and controlling yaq daemons."""


from ._cache import add_config, clear_cache, read_daemon_cache
from ._enablement import enable, disable, start, stop, reload, restart
from ._scan import scan
Expand Down
1 change: 0 additions & 1 deletion yaqd_control/__version__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"""Define version."""


import pathlib
import subprocess

Expand Down

0 comments on commit a6878fe

Please sign in to comment.