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
This commit is contained in:
Cao Xuan Hoang 2016-12-19 10:36:46 +07:00
parent 4c860226c7
commit 31869c5a95
1 changed files with 0 additions and 2 deletions

View File

@ -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