Skip to content

Commit

Permalink
Remove unused import for six in ipaddr filter (ansible#67595)
Browse files Browse the repository at this point in the history
This was caught in our ansible.netcommon collection testing.

Signed-off-by: Paul Belanger <[email protected]>
  • Loading branch information
pabelanger authored Feb 20, 2020
1 parent 335108a commit 2de4e55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/ansible/plugins/filter/ipaddr.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

from functools import partial
import types
from ansible.module_utils import six

try:
import netaddr
Expand Down

0 comments on commit 2de4e55

Please sign in to comment.