From 4261ae538563d262bc76b8c55f7cc0c8abb14b00 Mon Sep 17 00:00:00 2001 From: Daniel Watkins Date: Thu, 14 May 2020 11:25:02 -0400 Subject: cloudinit: remove unneeded __future__ imports (#362) We live in the future now. --- tests/unittests/test_datasource/test_smartos.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/unittests/test_datasource') diff --git a/tests/unittests/test_datasource/test_smartos.py b/tests/unittests/test_datasource/test_smartos.py index 0f0b42bb..f1ab1d7a 100644 --- a/tests/unittests/test_datasource/test_smartos.py +++ b/tests/unittests/test_datasource/test_smartos.py @@ -12,8 +12,6 @@ order to validate return responses. ''' -from __future__ import print_function - from binascii import crc32 import json import multiprocessing -- cgit v1.2.3