Skip to content

Commit 416fb81

Browse files
authored
Removed shebang lines and executable flags (#9179)
Co-authored-by: Andrew Murray <[email protected]>
1 parent fbdf607 commit 416fb81

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

Tests/createfontdatachunk.py

100755100644
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
import base64

checks/32bit_segfault_check.py

100755100644
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
import sys

checks/check_imaging_leaks.py

100755100644
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
import sys

0 commit comments

Comments
 (0)