mirror of https://github.com/commaai/openpilot.git
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:
parent
b248bc4bb2
commit
19d9e7ac6b
|
@ -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…
Reference in New Issue