From 8422e1ac86a2f5c55b96c5f34e22f4a81e939ec9 Mon Sep 17 00:00:00 2001 From: Cao Xuan Hoang Date: Thu, 22 Dec 2016 10:36:26 +0700 Subject: [PATCH] Removes unnecessary utf-8 encoding The following file(s) added utf-8 encoding but never used. So we can remove them at all. murano/tests/unit/dsl/test_call.py murano/tests/unit/dsl/test_find_class.py murano/tests/unit/dsl/test_varkwargs.py murano/tests/unit/test_engine.py Change-Id: Ibb9f1bc21bfbaafe80c5b849f79815910a298c08 --- murano/tests/unit/dsl/test_call.py | 1 - murano/tests/unit/dsl/test_find_class.py | 1 - murano/tests/unit/dsl/test_varkwargs.py | 1 - murano/tests/unit/test_engine.py | 1 - 4 files changed, 4 deletions(-) diff --git a/murano/tests/unit/dsl/test_call.py b/murano/tests/unit/dsl/test_call.py index d5f0c5c1c..a813e39c4 100644 --- a/murano/tests/unit/dsl/test_call.py +++ b/murano/tests/unit/dsl/test_call.py @@ -1,4 +1,3 @@ -# coding: utf-8 # Copyright (c) 2015 Mirantis, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/murano/tests/unit/dsl/test_find_class.py b/murano/tests/unit/dsl/test_find_class.py index 1cf1df9e4..d9ea7e2e2 100644 --- a/murano/tests/unit/dsl/test_find_class.py +++ b/murano/tests/unit/dsl/test_find_class.py @@ -1,4 +1,3 @@ -# coding: utf-8 # Copyright (c) 2015 Mirantis, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/murano/tests/unit/dsl/test_varkwargs.py b/murano/tests/unit/dsl/test_varkwargs.py index 60ce3d6e8..e74dea9c9 100644 --- a/murano/tests/unit/dsl/test_varkwargs.py +++ b/murano/tests/unit/dsl/test_varkwargs.py @@ -1,4 +1,3 @@ -# coding: utf-8 # Copyright (c) 2015 Mirantis, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/murano/tests/unit/test_engine.py b/murano/tests/unit/test_engine.py index b32bcf505..c0bf036d8 100644 --- a/murano/tests/unit/test_engine.py +++ b/murano/tests/unit/test_engine.py @@ -1,4 +1,3 @@ -# coding: utf-8 # Copyright (c) 2014 Mirantis Inc. # # Licensed under the Apache License, Version 2.0 (the "License");