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

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

Pedro Algarvio преди 3 години
родител
ревизия
c792386881
променени са 1 файла, в които са добавени 0 реда и са изтрити 6 реда
  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