Bläddra i källkod

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

Pedro Algarvio 3 år sedan
förälder
incheckning
c792386881
1 ändrade filer med 0 tillägg och 6 borttagningar
  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