From afdd39309fa9e63f5c463d32c394b773a404f5e0 Mon Sep 17 00:00:00 2001 From: ji-xuepeng Date: Thu, 26 Jan 2017 21:39:11 +0800 Subject: [PATCH] Removes unnecessary utf-8 coding TrivialFix Change-Id: Icce92522b064b98e08d8ab149f5784e87bc6c93d --- doc/source/conf.py | 1 - karbor_dashboard/__init__.py | 2 -- 2 files changed, 3 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 7294f05..013e1b0 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -1,4 +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/karbor_dashboard/__init__.py b/karbor_dashboard/__init__.py index 424e6a9..81782db 100644 --- a/karbor_dashboard/__init__.py +++ b/karbor_dashboard/__init__.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