mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-05-15 13:47:22 +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
|
||||
|
||||
try:
|
||||
|
Loading…
x
Reference in New Issue
Block a user