Remove unused imports from tests/test_ipaddress.py

This commit is contained in:
Jon Dufresne 2019-03-12 18:49:09 -07:00 committed by Daniele Varrazzo
parent f2654d3573
commit 18f5d5ad05

View File

@ -16,9 +16,6 @@
from __future__ import unicode_literals
import sys
from functools import wraps
from . import testutils
import unittest