Skip to content

Commit 8e2b339

Browse files
committed
Drop shebang on non-executable stuff
1 parent 0112482 commit 8e2b339

File tree

17 files changed

+0
-17
lines changed

17 files changed

+0
-17
lines changed

src/amd_debug/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/python3
21
# SPDX-License-Identifier: MIT
32

43

src/amd_debug/acpi.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/python3
21
# SPDX-License-Identifier: MIT
32

43
import os

src/amd_debug/battery.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/python3
21
# SPDX-License-Identifier: MIT
32
from pyudev import Context
43

src/amd_debug/bios.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/python3
21
# SPDX-License-Identifier: MIT
32
"""s2idle analysis tool"""
43
import argparse

src/amd_debug/common.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/python3
21
# SPDX-License-Identifier: MIT
32

43
"""

src/amd_debug/database.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/python3
21
# SPDX-License-Identifier: MIT
32

43
from datetime import datetime

src/amd_debug/display.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
# SPDX-License-Identifier: MIT
32
"""Display analysis"""
43
import os

src/amd_debug/failures.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/python3
21
# SPDX-License-Identifier: MIT
32

43
from datetime import timedelta

src/amd_debug/installer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/python3
21
# SPDX-License-Identifier: MIT
32

43
"""

src/amd_debug/kernel.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
# SPDX-License-Identifier: MIT
32
"""Kernel log analysis"""
43

0 commit comments

Comments
 (0)