Browse Source

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

Pedro Algarvio 4 years ago
parent
commit
8343dc4eb0
1 changed files with 0 additions and 6 deletions
  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: