From d66e6e34f53a1e0954f3705e51d91d23b7e39cfb Mon Sep 17 00:00:00 2001 From: Webster Mudge Date: Fri, 22 Aug 2025 15:11:10 -0400 Subject: [PATCH] Remove unnecessary shebang Signed-off-by: Webster Mudge --- plugins/filter/core_exe.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/filter/core_exe.py b/plugins/filter/core_exe.py index 0be5b91d..36d5c7ff 100644 --- a/plugins/filter/core_exe.py +++ b/plugins/filter/core_exe.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- # Copyright 2025 Cloudera, Inc. All Rights Reserved.