Remove shebangs

This commit is contained in:
Hugo van Kemenade 2024-01-29 18:43:03 +02:00
parent 866c26957d
commit 0669532898
4 changed files with 0 additions and 6 deletions

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python3
from __future__ import annotations from __future__ import annotations
from PIL import Image from PIL import Image

View File

@ -1,5 +1,3 @@
#!/usr/bin/gnuplot
#This is the script that was used to create our sample EPS files #This is the script that was used to create our sample EPS files
#We used the following version of the gnuplot program #We used the following version of the gnuplot program
#G N U P L O T #G N U P L O T

View File

@ -1,5 +1,3 @@
#!/usr/bin/python3
# Copyright 2020 Google LLC # Copyright 2020 Google LLC
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python3
# > pyroma . # > pyroma .
# ------------------------------ # ------------------------------
# Checking . # Checking .