diff options
author | Daniel Watkins <oddbloke@ubuntu.com> | 2020-05-14 11:25:02 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-14 11:25:02 -0400 |
commit | 4261ae538563d262bc76b8c55f7cc0c8abb14b00 (patch) | |
tree | a6611d0c392a165af434ba2185a83cb1b84b734a /tests/unittests/test_templating.py | |
parent | b73b319094b133bf47038ab41f29cc9507bdc5bd (diff) | |
download | vyos-cloud-init-4261ae538563d262bc76b8c55f7cc0c8abb14b00.tar.gz vyos-cloud-init-4261ae538563d262bc76b8c55f7cc0c8abb14b00.zip |
cloudinit: remove unneeded __future__ imports (#362)
We live in the future now.
Diffstat (limited to 'tests/unittests/test_templating.py')
-rw-r--r-- | tests/unittests/test_templating.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/unittests/test_templating.py b/tests/unittests/test_templating.py index c36e6eb0..cba09830 100644 --- a/tests/unittests/test_templating.py +++ b/tests/unittests/test_templating.py @@ -4,8 +4,6 @@ # # This file is part of cloud-init. See LICENSE file for license information. -from __future__ import print_function - from cloudinit.tests import helpers as test_helpers import textwrap |