From 4826a43b991fcb1c4e24d129c800f22f4dc52fa1 Mon Sep 17 00:00:00 2001
From: Stephen Finucane <sfinucan@redhat.com>
Date: Thu, 12 Sep 2024 17:40:52 +0100
Subject: [PATCH] Remove unnecessary shebangs

Change-Id: I15961144cc2c174aa05f79fc8736aa88f30b293f
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
---
 cliff/tests/test__argparse.py        | 2 --
 cliff/tests/test_formatters_csv.py   | 2 --
 cliff/tests/test_formatters_json.py  | 2 --
 cliff/tests/test_formatters_shell.py | 2 --
 cliff/tests/test_formatters_table.py | 2 --
 cliff/tests/test_formatters_value.py | 2 --
 cliff/tests/test_formatters_yaml.py  | 2 --
 cliff/tests/test_lister.py           | 2 --
 cliff/tests/test_show.py             | 2 --
 cliff/tests/test_utils.py            | 2 --
 10 files changed, 20 deletions(-)

diff --git a/cliff/tests/test__argparse.py b/cliff/tests/test__argparse.py
index cad1edc6..adf17cd3 100644
--- a/cliff/tests/test__argparse.py
+++ b/cliff/tests/test__argparse.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
 #  Licensed under the Apache License, Version 2.0 (the "License"); you may
 #  not use this file except in compliance with the License. You may obtain
 #  a copy of the License at
diff --git a/cliff/tests/test_formatters_csv.py b/cliff/tests/test_formatters_csv.py
index 6baf2783..b922639c 100644
--- a/cliff/tests/test_formatters_csv.py
+++ b/cliff/tests/test_formatters_csv.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
 #  Licensed under the Apache License, Version 2.0 (the "License"); you may
 #  not use this file except in compliance with the License. You may obtain
 #  a copy of the License at
diff --git a/cliff/tests/test_formatters_json.py b/cliff/tests/test_formatters_json.py
index 065f48c7..c07f1f55 100644
--- a/cliff/tests/test_formatters_json.py
+++ b/cliff/tests/test_formatters_json.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
 #  Licensed under the Apache License, Version 2.0 (the "License"); you may
 #  not use this file except in compliance with the License. You may obtain
 #  a copy of the License at
diff --git a/cliff/tests/test_formatters_shell.py b/cliff/tests/test_formatters_shell.py
index f4dde71d..b456bb21 100644
--- a/cliff/tests/test_formatters_shell.py
+++ b/cliff/tests/test_formatters_shell.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
 #  Licensed under the Apache License, Version 2.0 (the "License"); you may
 #  not use this file except in compliance with the License. You may obtain
 #  a copy of the License at
diff --git a/cliff/tests/test_formatters_table.py b/cliff/tests/test_formatters_table.py
index 23c7d8cc..5449afc3 100644
--- a/cliff/tests/test_formatters_table.py
+++ b/cliff/tests/test_formatters_table.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
 #  Licensed under the Apache License, Version 2.0 (the "License"); you may
 #  not use this file except in compliance with the License. You may obtain
 #  a copy of the License at
diff --git a/cliff/tests/test_formatters_value.py b/cliff/tests/test_formatters_value.py
index aa0cd50f..12914577 100644
--- a/cliff/tests/test_formatters_value.py
+++ b/cliff/tests/test_formatters_value.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
 #  Licensed under the Apache License, Version 2.0 (the "License"); you may
 #  not use this file except in compliance with the License. You may obtain
 #  a copy of the License at
diff --git a/cliff/tests/test_formatters_yaml.py b/cliff/tests/test_formatters_yaml.py
index 5af088ae..fa562084 100644
--- a/cliff/tests/test_formatters_yaml.py
+++ b/cliff/tests/test_formatters_yaml.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
 #  Licensed under the Apache License, Version 2.0 (the "License"); you may
 #  not use this file except in compliance with the License. You may obtain
 #  a copy of the License at
diff --git a/cliff/tests/test_lister.py b/cliff/tests/test_lister.py
index adc58778..fd6ea326 100644
--- a/cliff/tests/test_lister.py
+++ b/cliff/tests/test_lister.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
 #  Licensed under the Apache License, Version 2.0 (the "License"); you may
 #  not use this file except in compliance with the License. You may obtain
 #  a copy of the License at
diff --git a/cliff/tests/test_show.py b/cliff/tests/test_show.py
index 2de78194..4205cbfa 100644
--- a/cliff/tests/test_show.py
+++ b/cliff/tests/test_show.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
 #  Licensed under the Apache License, Version 2.0 (the "License"); you may
 #  not use this file except in compliance with the License. You may obtain
 #  a copy of the License at
diff --git a/cliff/tests/test_utils.py b/cliff/tests/test_utils.py
index 92bced8c..9742b4eb 100644
--- a/cliff/tests/test_utils.py
+++ b/cliff/tests/test_utils.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
 #  Licensed under the Apache License, Version 2.0 (the "License"); you may
 #  not use this file except in compliance with the License. You may obtain
 #  a copy of the License at