Removed utf-8 encoding

py35 automatically recognizes utf-8 string. Therefore there is no
need to specify it in the header.

Change-Id: I2a5447685b5cd13eba761c100cfb95be99fbc9d4
Closes-Bug: #1671495
This commit is contained in:
soumiyajit 2017-03-09 19:51:00 +05:30
parent f23c0c5964
commit e01be4f9d8
2 changed files with 0 additions and 4 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

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