Removed shebangs from libraries

Former-commit-id: 2d6d4000b0358ba7974350e2f85ec93d1387096f
Former-commit-id: c06d215f3d3dac7a8bf53ca5932b6da4752dc20c
This commit is contained in:
2023-06-15 21:06:01 -04:00
parent 463df727e9
commit 75b9f4f0a5
3 changed files with 0 additions and 3 deletions
-1
View File
@@ -1,4 +1,3 @@
#!/usr/bin/env python3
from os import listdir, remove, walk
from os.path import expanduser, isdir, isfile, getmtime, join
from subprocess import CalledProcessError, PIPE, run