From e01be4f9d8d7a803e81b1926248ea26f0e374f4e Mon Sep 17 00:00:00 2001 From: soumiyajit Date: Thu, 9 Mar 2017 19:51:00 +0530 Subject: [PATCH] Removed utf-8 encoding py35 automatically recognizes utf-8 string. Therefore there is no need to specify it in the header. Change-Id: I2a5447685b5cd13eba761c100cfb95be99fbc9d4 Closes-Bug: #1671495 --- api-ref/source/conf.py | 2 -- tacker/db/types.py | 2 -- 2 files changed, 4 deletions(-) diff --git a/api-ref/source/conf.py b/api-ref/source/conf.py index 79c333cf7..64c59cdbc 100644 --- a/api-ref/source/conf.py +++ b/api-ref/source/conf.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- -# # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at diff --git a/tacker/db/types.py b/tacker/db/types.py index 39f3f9743..ae563ab09 100644 --- a/tacker/db/types.py +++ b/tacker/db/types.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at