Remove unnecessary coding line
As per PEP 263, a Python file with non-ASCII characters must have a line with "coding: <some-encoding>". This file is pure ASCII, so the line is unnecessary here. Change-Id: I1cade3ddc7ef9631a5230bd00bafc64979cbf80a
This commit is contained in: