From fbe7b3a90cee180bb8123f370dfc06a43e6a56e7 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Thu, 31 Jul 2014 13:32:18 +0200 Subject: [PATCH] Remove unneeded definitions of Python Source Code Encoding PEP 0263 (http://legacy.python.org/dev/peps/pep-0263/) is not used anywhere else and should be removed when it's not needed. Change-Id: I3f3d56b28001e2b27a4a749ecc9b3ac1c80a5b5c --- detail.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/detail.py b/detail.py index 209c7963be..7034a7eba5 100644 --- a/detail.py +++ b/detail.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2014 Yahoo! Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may