mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-05-15 05:37:15 +00:00
Add a proper shebang line to scripts/validate_filenames.py (#12733)
This commit is contained in:
parent
485f688d06
commit
f721e598e5
@ -1,4 +1,5 @@
|
|||||||
#!python
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user