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] authored and audgirka committed Aug 1, 2023
1 parent c4649bc commit 534598d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/ec2/functional/test_ec2.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
import pytest

from molecule import logger
from molecule.test.conftest import change_dir_to
from molecule.test.b_functional.conftest import metadata_lint_update
from molecule.test.conftest import change_dir_to
from molecule.util import run_command

LOG = logger.get_logger(__name__)
Expand Down
2 changes: 1 addition & 1 deletion test/gce/functional/test_func.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
import pytest

from molecule import logger
from molecule.test.conftest import change_dir_to
from molecule.test.b_functional.conftest import metadata_lint_update
from molecule.test.conftest import change_dir_to
from molecule.util import run_command

LOG = logger.get_logger(__name__)
Expand Down

0 comments on commit 534598d

Please sign in to comment.