From 9d7b4d5077568f5a05a810dd21ee27dc464a3910 Mon Sep 17 00:00:00 2001 From: Michael Herrmann Date: Thu, 15 Dec 2022 14:18:45 +0100 Subject: [PATCH] Remove unnecessary shebang line --- script/policy_source_helper.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/script/policy_source_helper.py b/script/policy_source_helper.py index cf9217fbdb81..7d1b0122f080 100644 --- a/script/policy_source_helper.py +++ b/script/policy_source_helper.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - # Copyright (c) 2019 The Brave Authors. All rights reserved. # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this file,