Skip to content

Commit 81f1240

Browse files
CP-49148: Remove unused xc.py
- Use python3 shebang for pytype_reporter.py and test_usb_scan.py - Remove unused xc.py Signed-off-by: Stephen Cheng <[email protected]>
1 parent 2facf21 commit 81f1240

File tree

3 files changed

+2
-14
lines changed

3 files changed

+2
-14
lines changed

python3/tests/test_usb_scan.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
#
33
# unittest for usb_scan.py
44

pytype_reporter.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
"""GitHub action workflow Runner for pytype which works also locally without GitHub"""
33
import json
44
import re

scripts/xc.py

-12
This file was deleted.

0 commit comments

Comments
 (0)