From eafb6b21f7713cb382abfd344d36942c3f411e06 Mon Sep 17 00:00:00 2001 From: zhuzeyu Date: Wed, 25 Jan 2017 15:20:42 +0800 Subject: [PATCH] Remove useless utf-8 coding TrivialFix Change-Id: I37d77df21349f3c113582a0a6e51a84be297cc73 --- watcherclient/tests/functional/v1/test_action.py | 1 - watcherclient/tests/functional/v1/test_action_plan.py | 1 - watcherclient/tests/functional/v1/test_audit.py | 1 - watcherclient/tests/functional/v1/test_audit_template.py | 1 - watcherclient/tests/functional/v1/test_goal.py | 1 - watcherclient/tests/functional/v1/test_scoring_engine.py | 1 - watcherclient/tests/functional/v1/test_service.py | 1 - watcherclient/tests/functional/v1/test_strategy.py | 1 - 8 files changed, 8 deletions(-) diff --git a/watcherclient/tests/functional/v1/test_action.py b/watcherclient/tests/functional/v1/test_action.py index c87a164..042aec8 100644 --- a/watcherclient/tests/functional/v1/test_action.py +++ b/watcherclient/tests/functional/v1/test_action.py @@ -1,4 +1,3 @@ -# -*- encoding: utf-8 -*- # Copyright (c) 2016 Servionica # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/watcherclient/tests/functional/v1/test_action_plan.py b/watcherclient/tests/functional/v1/test_action_plan.py index 3f95c58..d4e4632 100644 --- a/watcherclient/tests/functional/v1/test_action_plan.py +++ b/watcherclient/tests/functional/v1/test_action_plan.py @@ -1,4 +1,3 @@ -# -*- encoding: utf-8 -*- # Copyright (c) 2016 Servionica # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/watcherclient/tests/functional/v1/test_audit.py b/watcherclient/tests/functional/v1/test_audit.py index b5d02dc..cb935b6 100644 --- a/watcherclient/tests/functional/v1/test_audit.py +++ b/watcherclient/tests/functional/v1/test_audit.py @@ -1,4 +1,3 @@ -# -*- encoding: utf-8 -*- # Copyright (c) 2016 Servionica # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/watcherclient/tests/functional/v1/test_audit_template.py b/watcherclient/tests/functional/v1/test_audit_template.py index b00a912..7010f13 100644 --- a/watcherclient/tests/functional/v1/test_audit_template.py +++ b/watcherclient/tests/functional/v1/test_audit_template.py @@ -1,4 +1,3 @@ -# -*- encoding: utf-8 -*- # Copyright (c) 2016 Servionica # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/watcherclient/tests/functional/v1/test_goal.py b/watcherclient/tests/functional/v1/test_goal.py index 7005e0b..31d654f 100644 --- a/watcherclient/tests/functional/v1/test_goal.py +++ b/watcherclient/tests/functional/v1/test_goal.py @@ -1,4 +1,3 @@ -# -*- encoding: utf-8 -*- # Copyright (c) 2016 Servionica # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/watcherclient/tests/functional/v1/test_scoring_engine.py b/watcherclient/tests/functional/v1/test_scoring_engine.py index 5c46be5..3a062b3 100644 --- a/watcherclient/tests/functional/v1/test_scoring_engine.py +++ b/watcherclient/tests/functional/v1/test_scoring_engine.py @@ -1,4 +1,3 @@ -# -*- encoding: utf-8 -*- # Copyright (c) 2016 Servionica # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/watcherclient/tests/functional/v1/test_service.py b/watcherclient/tests/functional/v1/test_service.py index 8c4ebb7..e8e6eac 100644 --- a/watcherclient/tests/functional/v1/test_service.py +++ b/watcherclient/tests/functional/v1/test_service.py @@ -1,4 +1,3 @@ -# -*- encoding: utf-8 -*- # Copyright (c) 2016 Servionica # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/watcherclient/tests/functional/v1/test_strategy.py b/watcherclient/tests/functional/v1/test_strategy.py index 329c382..5a75919 100644 --- a/watcherclient/tests/functional/v1/test_strategy.py +++ b/watcherclient/tests/functional/v1/test_strategy.py @@ -1,4 +1,3 @@ -# -*- encoding: utf-8 -*- # Copyright (c) 2016 Servionica # # Licensed under the Apache License, Version 2.0 (the "License");