From ea99686cf1dd7381a639ab8ece75d990a3d019cc Mon Sep 17 00:00:00 2001 From: Tomas Hrnciar Date: Thu, 2 Apr 2020 11:24:17 +0200 Subject: [PATCH] Remove shebang from nonexecutable script In pip this file is nonexecutable so the shebang is unnecessary. I would propose to remove the shebang becuase it causes error in rpmlint on Fedora. --- chardet/cli/chardetect.py | 1 - 1 file changed, 1 deletion(-) diff --git a/chardet/cli/chardetect.py b/chardet/cli/chardetect.py index f0a4cc5d..9ab62015 100755 --- a/chardet/cli/chardetect.py +++ b/chardet/cli/chardetect.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python """ Script which takes one or more file paths and reports on their detected encodings