Skip to content

Commit 0669532

Browse files
committed
Remove shebangs
1 parent 866c269 commit 0669532

4 files changed

Lines changed: 0 additions & 6 deletions

File tree

Tests/check_fli_oob.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python3
21
from __future__ import annotations
32

43
from PIL import Image

Tests/images/create_eps.gnuplot

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/gnuplot
2-
31
#This is the script that was used to create our sample EPS files
42
#We used the following version of the gnuplot program
53
#G N U P L O T

Tests/oss-fuzz/fuzz_pillow.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/python3
2-
31
# Copyright 2020 Google LLC
42
#
53
# Licensed under the Apache License, Version 2.0 (the "License");

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python3
21
# > pyroma .
32
# ------------------------------
43
# Checking .

0 commit comments

Comments
 (0)