fix(esptool): Remove the shebang from uf2_writer.py

This is not a script, so there' no need for it.
This commit is contained in:
Karolina Surma
2023-12-14 15:53:05 +01:00
committed by Karolina Surma
parent bff9334154
commit 45fbcddafb

View File

@@ -1,5 +1,3 @@
#!/usr/bin/env python
#
# SPDX-FileCopyrightText: 2020-2023 Espressif Systems (Shanghai) CO LTD
# SPDX-License-Identifier: GPL-2.0-or-later
# Code was originally licensed under Apache 2.0 before the release of ESP-IDF v5.2