Remove unnecessary shebang

The current shebang requires python 2 instead of python 3. Because
the shebang is not really requires this removes it instead of fixing
it.

Change-Id: I4c82281a67de53c6c8d788000b695a22360c3dd6
This commit is contained in:
Takashi Kajinami 2023-10-18 00:28:36 +09:00
parent 1a21fbae26
commit 54f55fe821

View File

@ -1,5 +1,4 @@
#!/usr/bin/env python
#
# Copyright 2013 OpenStack Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may