revert marking some files as unexecutable (#32613)

* this is not a test

* these are not tests!
This commit is contained in:
Shane Smiskol
2024-06-03 17:19:27 -07:00
committed by GitHub
parent 57a9761186
commit c7b3ece37e
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
# type: ignore
from collections import defaultdict
+1
View File
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
import argparse
import concurrent.futures
import os
+1
View File
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
import argparse
import sys
import unittest # noqa: TID251