From 21f569e52f08de86e2f713605d31b431e82b419b Mon Sep 17 00:00:00 2001 From: Cao Xuan Hoang Date: Thu, 8 Dec 2016 13:00:29 +0700 Subject: [PATCH] Remove unnecessary utf coding Trivialfix Change-Id: I81650352268e3e9d63db040f6b7bcdb48f251545 --- congressclient/__init__.py | 2 -- congressclient/tests/base.py | 2 -- 2 files changed, 4 deletions(-) diff --git a/congressclient/__init__.py b/congressclient/__init__.py index c9373ec..b4176ab 100644 --- a/congressclient/__init__.py +++ b/congressclient/__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 diff --git a/congressclient/tests/base.py b/congressclient/tests/base.py index 6e93268..4e8d2f9 100644 --- a/congressclient/tests/base.py +++ b/congressclient/tests/base.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright 2010-2011 OpenStack Foundation # Copyright (c) 2013 Hewlett-Packard Development Company, L.P. #