From 784ccfc040dc8efa1a64d3c7d4070b66beb15d08 Mon Sep 17 00:00:00 2001
From: Mike Frysinger <vapier@google.com>
Date: Fri, 1 Jan 2021 08:42:31 -0500
Subject: strip python2-only coding:utf-8 & print_function settings

We're committed to Python 3 at this point, so clean up boilerplate.

Bug: https://crbug.com/gerrit/10418
Change-Id: Ib1719ba2eb65c53b94881a1a1bf203ddfcaaafed
Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/292382
Reviewed-by: Chris Mcdonald <cjmcdonald@google.com>
Tested-by: Mike Frysinger <vapier@google.com>
---
 git_config.py | 4 ----
 1 file changed, 4 deletions(-)

(limited to 'git_config.py')

diff --git a/git_config.py b/git_config.py
index 9af90dfd..fd8e9268 100644
--- a/git_config.py
+++ b/git_config.py
@@ -1,5 +1,3 @@
-# -*- coding:utf-8 -*-
-#
 # Copyright (C) 2008 The Android Open Source Project
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
@@ -14,8 +12,6 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-from __future__ import print_function
-
 import contextlib
 import errno
 import json
-- 
cgit v1.2.3-54-g00ecf