mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-06 10:31:29 +08:00
Add a proper shebang line to scripts/validate_filenames.py (#12733)
This commit is contained in:
@ -1,4 +1,5 @@
|
|||||||
#!python
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
Reference in New Issue
Block a user