Remove unused import for six in ipaddr filter (#67595)
This was caught in our ansible.netcommon collection testing. Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
335108ac62
commit
2de4e55650
1 changed files with 0 additions and 1 deletions
|
@ -21,7 +21,6 @@ __metaclass__ = type
|
||||||
|
|
||||||
from functools import partial
|
from functools import partial
|
||||||
import types
|
import types
|
||||||
from ansible.module_utils import six
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
import netaddr
|
import netaddr
|
||||||
|
|
Loading…
Reference in a new issue