revert marking some files as unexecutable (#32613)

* this is not a test

* these are not tests!
pull/32453/head^2
Shane Smiskol 11 months ago committed by GitHub
parent 57a9761186
commit c7b3ece37e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      selfdrive/debug/test_fw_query_on_routes.py
  2. 1
      selfdrive/test/process_replay/test_processes.py
  3. 1
      tools/car_porting/test_car_model.py

@ -1,3 +1,4 @@
#!/usr/bin/env python3
# type: ignore
from collections import defaultdict

@ -1,3 +1,4 @@
#!/usr/bin/env python3
import argparse
import concurrent.futures
import os

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

Loading…
Cancel
Save