revert marking some files as unexecutable (#32613)

* this is not a test

* these are not tests!
old-commit-hash: c7b3ece37e
This commit is contained in:
Shane Smiskol 2024-06-03 17:19:27 -07:00 committed by GitHub
parent b248bc4bb2
commit 19d9e7ac6b
3 changed files with 3 additions and 0 deletions

1
selfdrive/debug/test_fw_query_on_routes.py Normal file → Executable file
View 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
View 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
View File

@ -1,3 +1,4 @@
#!/usr/bin/env python3
import argparse
import sys
import unittest # noqa: TID251