Skip to content

Commit

Permalink
chore: autoformat, this time with the other tool!
Browse files Browse the repository at this point in the history
  • Loading branch information
mattculler committed Jan 14, 2025
1 parent 077854f commit f567b84
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion craft_providers/hookutil.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@

from craft_providers import Base


_BASE_INSTANCE_START_STRING = "base-instance"
_CURRENT_COMPATIBILITY_TAG_REGEX = re.compile(
f"^{_BASE_INSTANCE_START_STRING}.*-{Base.compatibility_tag}-.*"
Expand Down
1 change: 0 additions & 1 deletion tests/integration/test_hookutil.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
from craft_providers.bases import ubuntu
from craft_providers.hookutil import HookError, HookHelper, configure_hook, remove_hook


FAKE_PROJECT = "boopcraft"


Expand Down

0 comments on commit f567b84

Please sign in to comment.