Преглед на файлове

Drop Py2 and six on tests/integration/states/test_lxd.py

Pedro Algarvio преди 4 години
родител
ревизия
8343dc4eb0
променени са 1 файла, в които са добавени 0 реда и са изтрити 6 реда
  1. 0 6
      tests/integration/states/test_lxd.py

+ 0 - 6
tests/integration/states/test_lxd.py

@@ -1,17 +1,11 @@
-# -*- coding: utf-8 -*-
 """
 Integration tests for the lxd states
 """
-# Import Python Libs
-from __future__ import absolute_import, print_function, unicode_literals
 
-# Import salt utils
 import salt.utils.path
 from tests.support.case import ModuleCase
 from tests.support.helpers import destructiveTest, flaky
 from tests.support.mixins import SaltReturnAssertsMixin
-
-# Import Salt Testing Libs
 from tests.support.unit import skipIf
 
 try: