fix bash + python3 shebangs (#33287)

fix shebangs
old-commit-hash: 1dcd66081531f4568a8de69637fc7a3f4ef3214f
This commit is contained in:
Maxime Desroches
2024-08-13 21:22:13 -07:00
committed by GitHub
parent b97ed10ea1
commit c551f1d239
44 changed files with 49 additions and 49 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import argparse
import os
import sys