Ver Fonte

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

Pedro Algarvio há 3 anos atrás
pai
commit
c792386881
1 ficheiros alterados com 0 adições e 6 exclusões
  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