Removed unnecessary utf-8 encoding

1. What is the problem
At many places utf-8 encoding written unnecessarily.

2. What is the solution to the problem
Remove utf-8 encoding written unnecessarily from files.

3. What the features need to be implemented to the Tricircle
   to realize the solution
None

Change-Id: Idc0f9b63ff2b39c5db60febdeb75ee33e999df4c
This commit is contained in:
avnish 2017-01-11 16:23:29 +05:30
parent 91b721548a
commit 21315dae9e
2 changed files with 0 additions and 2 deletions

View File

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

View File

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