From 75a3839fe64442103a627684f63aae978762f8b7 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 31 Jul 2026 04:32:58 +0545 Subject: [PATCH] cros-repo: drop Python 2 cookie --- .bin/cros-repo | 1 - 1 file changed, 1 deletion(-) diff --git a/.bin/cros-repo b/.bin/cros-repo index 91cd8f9..7b0aa7d 100755 --- a/.bin/cros-repo +++ b/.bin/cros-repo @@ -1,5 +1,4 @@ #!/usr/bin/python3 -# -*- coding: utf-8 -*- """Wrapper for syncing CrOS code. -- 2.47.3