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. --- cloudinit/sources/DataSourceMAAS.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'cloudinit/sources') diff --git a/cloudinit/sources/DataSourceMAAS.py b/cloudinit/sources/DataSourceMAAS.py index 517913aa..c80f70c2 100644 --- a/cloudinit/sources/DataSourceMAAS.py +++ b/cloudinit/sources/DataSourceMAAS.py @@ -6,8 +6,6 @@ # # This file is part of cloud-init. See LICENSE file for license information. -from __future__ import print_function - import hashlib import os import time -- cgit v1.2.3