summaryrefslogtreecommitdiff
path: root/tests/test_name.py
diff options
context:
space:
mode:
authorBrian Wellington <bwelling@xbill.org>2020-05-01 11:31:23 -0700
committerBrian Wellington <bwelling@xbill.org>2020-05-01 11:31:23 -0700
commit44b1c3d8835c12b68571d515c43887c725c75ffa (patch)
tree77f70ff079c56a9c74629eabe92c8a8c7047d1c9 /tests/test_name.py
parente9f43e4b98a5559fc5de261b3596cbd9371222bc (diff)
downloaddnspython-44b1c3d8835c12b68571d515c43887c725c75ffa.tar.gz
Remove "from __future__ import" statements.
None of these are needed anymore.
Diffstat (limited to 'tests/test_name.py')
-rw-r--r--tests/test_name.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_name.py b/tests/test_name.py
index 47cea18..1e6c6ab 100644
--- a/tests/test_name.py
+++ b/tests/test_name.py
@@ -16,8 +16,6 @@
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
# OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-from __future__ import print_function
-
from typing import Dict # pylint: disable=unused-import
import unittest