Merge pull request #782 from wbh1129/usrbinenv

Use proper shebangs in cli scripts
This commit is contained in:
Vladimir Mandic
2023-05-06 08:51:23 -04:00
committed by GitHub
29 changed files with 29 additions and 29 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/env python
#!/usr/bin/env python
import os
import sys
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/env python
#!/usr/bin/env python
# system imports
import os
Regular → Executable
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/env python
#!/usr/bin/env python
import os
import transformers