Skip to content

Commit

Permalink
Fix import. (#4550)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein authored Apr 21, 2022
1 parent 8e72e98 commit 2f980e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from __future__ import absolute_import, division, print_function
__metaclass__ = type

from ansible_collections.community.general.plugins.modules import hana_query
from ansible_collections.community.general.plugins.modules.database.saphana import hana_query
from ansible_collections.community.general.tests.unit.plugins.modules.utils import (
AnsibleExitJson,
AnsibleFailJson,
Expand Down

0 comments on commit 2f980e8

Please sign in to comment.