Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions cloudinit/config/schema.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# This file is part of cloud-init. See LICENSE file for license information.
"""schema.py: Set of module functions for processing cloud-config schema."""

from __future__ import print_function

from cloudinit import importer
from cloudinit.util import find_modules, load_file

Expand Down
2 changes: 0 additions & 2 deletions cloudinit/serial.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# This file is part of cloud-init. See LICENSE file for license information.

from __future__ import absolute_import

try:
from serial import Serial
except ImportError:
Expand Down
2 changes: 0 additions & 2 deletions cloudinit/sources/DataSourceMAAS.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions cloudinit/tests/helpers.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# This file is part of cloud-init. See LICENSE file for license information.

from __future__ import print_function

import functools
import httpretty
import io
Expand Down
2 changes: 0 additions & 2 deletions tests/unittests/test_cs_util.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# 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

from cloudinit.cs_utils import Cepko
Expand Down
2 changes: 0 additions & 2 deletions tests/unittests/test_datasource/test_smartos.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@

'''

from __future__ import print_function

from binascii import crc32
import json
import multiprocessing
Expand Down
2 changes: 0 additions & 2 deletions tests/unittests/test_templating.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 0 additions & 2 deletions tests/unittests/test_util.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# This file is part of cloud-init. See LICENSE file for license information.

from __future__ import print_function

import io
import json
import logging
Expand Down