mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-06 02:13:15 +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
|
||||
|
||||
try:
|
||||
|
Reference in New Issue
Block a user