Merge "Stop to use the __future__ module."

This commit is contained in:
Zuul 2020-07-13 05:29:53 +00:00 committed by Gerrit Code Review
commit 17e8df1238
2 changed files with 0 additions and 6 deletions

View File

@ -9,9 +9,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from __future__ import absolute_import
from __future__ import print_function
import mock
from charms_openstack.test_mocks import charmhelpers as ch

View File

@ -9,9 +9,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from __future__ import absolute_import
from __future__ import print_function
import mock
import textwrap