From 31869c5a9595ca9a0e841e0f3c361edc85a4a321 Mon Sep 17 00:00:00 2001 From: Cao Xuan Hoang Date: Mon, 19 Dec 2016 10:36:46 +0700 Subject: [PATCH] Removes unnecessary utf-8 encoding The following file [1] added utf-8 encoding but never used. So we can removes them at all. [1] __init__.py Change-Id: I0d4310c7e83c927a7b10931d6334dc24e9b3e22e --- __init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/__init__.py b/__init__.py index 9dffe557..7f4fd886 100644 --- a/__init__.py +++ b/__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