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>
pull/67626/head
Paul Belanger 6 years ago committed by GitHub
parent 335108ac62
commit 2de4e55650
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -21,7 +21,6 @@ __metaclass__ = type
from functools import partial
import types
from ansible.module_utils import six
try:
import netaddr

Loading…
Cancel
Save