From 1cd5c052dbe7811daf7ddb3fae16e0b8800b9d58 Mon Sep 17 00:00:00 2001 From: Name Date: Mon, 20 Mar 2023 09:25:55 +0100 Subject: [PATCH] __main__.py: remove /bin/env shebang (#623) The file is not intended for direct execution, not installed in the path, and not marked as executable. Its extension is sufficient for editors to trigger syntax highlighting. The shebang seems to only trigger warnings on systems wher /bin/env is unavailable (it may be in /usr/bin for example). --- src/NanoVNASaver/__main__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/NanoVNASaver/__main__.py b/src/NanoVNASaver/__main__.py index 0bed43a..6572c40 100644 --- a/src/NanoVNASaver/__main__.py +++ b/src/NanoVNASaver/__main__.py @@ -1,5 +1,3 @@ -#! /bin/env python -# # NanoVNASaver # # A python program to view and export Touchstone data from a NanoVNA