From dc932dc93914c99121c2e49e5816467c7b8bbdb5 Mon Sep 17 00:00:00 2001 From: Hans Petter Jansson Date: Tue, 21 Sep 2021 17:39:28 +0200 Subject: [PATCH] ssh_import_id/__init__.py: Remove superfluous shebang Since this isn't installed in the user's path, it's unnecessary. It was also causing the Suse Open Build Service to issue a warning. --- ssh_import_id/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/ssh_import_id/__init__.py b/ssh_import_id/__init__.py index 2606f20..d82de46 100644 --- a/ssh_import_id/__init__.py +++ b/ssh_import_id/__init__.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python3 -# # ssh-import-id - Authorize SSH public keys from trusted online identities # # Copyright (c) 2013 Casey Marshall -- 2.29.2