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 Aug 12, 2024
1 parent 195e47b commit af84c83
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions plugins/plugin_utils/command.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Definitions for the command runner."""

from __future__ import absolute_import, division, print_function

import shlex
Expand Down
1 change: 1 addition & 0 deletions plugins/plugin_utils/git_base.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""A base class for the git action plugins."""

from __future__ import absolute_import, division, print_function


Expand Down
1 change: 1 addition & 0 deletions tests/integration/test_integration.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Tests for molecule scenarios."""

from __future__ import absolute_import, division, print_function

from pytest_ansible.molecule import MoleculeScenario
Expand Down

0 comments on commit af84c83

Please sign in to comment.