Skip to content

Commit

Permalink
Merge pull request #156 from LBGarber/fix/remove-broken-import
Browse files Browse the repository at this point in the history
fix: Remove broken import
  • Loading branch information
LBGarber authored May 31, 2022
2 parents e2b5f46 + 3047f19 commit 71ce6c0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions plugins/modules/volume_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
import ansible_collections.linode.cloud.plugins.module_utils.doc_fragments.volume as docs_parent
import ansible_collections.linode.cloud.plugins.module_utils.doc_fragments.volume_info as docs

from ansible_collections.linode.cloud.plugins.modules.volume import specdoc_meta \
as volume_specdoc_meta

linode_volume_info_spec = dict(
# We need to overwrite attributes to exclude them as requirements
state=dict(type='str', required=False, doc_hide=True),
Expand Down

0 comments on commit 71ce6c0

Please sign in to comment.