Browse Source

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

Pedro Algarvio 3 năm trước cách đây
mục cha
commit
c792386881
1 tập tin đã thay đổi với 0 bổ sung6 xóa
  1. 0 6
      tests/integration/states/test_lxd_container.py

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

@@ -1,14 +1,8 @@
-# -*- coding: utf-8 -*-
 """
 Integration tests for the lxd states
 """
-# Import Python Libs
-from __future__ import absolute_import, print_function, unicode_literals
 
-# Import Lxd Test Case
 import tests.integration.states.test_lxd
-
-# Import Salt Testing libs
 from tests.support.helpers import flaky