revert marking some files as unexecutable (#32613)
* this is not a test * these are not tests! old-commit-hash: c7b3ece37ef4445bcc18403b6a9e0217db4abd96
This commit is contained in:
1
selfdrive/debug/test_fw_query_on_routes.py
Normal file → Executable file
1
selfdrive/debug/test_fw_query_on_routes.py
Normal file → Executable file
@@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env python3
|
||||
# type: ignore
|
||||
|
||||
from collections import defaultdict
|
||||
|
||||
1
selfdrive/test/process_replay/test_processes.py
Normal file → Executable file
1
selfdrive/test/process_replay/test_processes.py
Normal file → Executable file
@@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env python3
|
||||
import argparse
|
||||
import concurrent.futures
|
||||
import os
|
||||
|
||||
1
tools/car_porting/test_car_model.py
Normal file → Executable file
1
tools/car_porting/test_car_model.py
Normal file → Executable file
@@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env python3
|
||||
import argparse
|
||||
import sys
|
||||
import unittest # noqa: TID251
|
||||
|
||||
Reference in New Issue
Block a user