mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
fix imports
This commit is contained in:
parent
8eab599ade
commit
f577f46ccf
1 changed files with 3 additions and 0 deletions
|
@ -141,6 +141,9 @@ changed:
|
||||||
sample: true
|
sample: true
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
import json
|
||||||
|
import collections
|
||||||
|
|
||||||
# COMMON CODE FOR MIGRATION
|
# COMMON CODE FOR MIGRATION
|
||||||
|
|
||||||
import re
|
import re
|
||||||
|
|
Loading…
Reference in a new issue