From e0f5b0842fb8a1100ad12ca4fb27350c2886260e Mon Sep 17 00:00:00 2001 From: Marcel Telka Date: Wed, 20 Dec 2023 19:40:30 +0100 Subject: [PATCH] Remove useless shebang from tests/__main__.py (#2316) --- psutil/tests/__main__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/psutil/tests/__main__.py b/psutil/tests/__main__.py index 434515d21..0cf39cc80 100755 --- a/psutil/tests/__main__.py +++ b/psutil/tests/__main__.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python3 # Copyright (c) 2009, Giampaolo Rodola'. All rights reserved. # Use of this source code is governed by a BSD-style license that can be