Removed shebangs from non executable files
This commit is contained in:
@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env python3
|
||||
import os.path as path
|
||||
import sys
|
||||
from os import getenv
|
||||
|
@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env python3
|
||||
import re
|
||||
from os.path import sep as pathSep
|
||||
from unicodedata import normalize
|
||||
|
@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env python3
|
||||
from mutagen.flac import FLAC, Picture
|
||||
from mutagen.id3 import ID3, ID3NoHeaderError, TXXX, TIT2, TPE1, TALB, TPE2, TRCK, TPOS, TCON, TYER, TDAT, TLEN, TBPM, \
|
||||
TPUB, TSRC, USLT, SYLT, APIC, IPLS, TCOM, TCOP, TCMP, Encoding
|
||||
|
Reference in New Issue
Block a user