slhck / ffmpeg-normalize

Audio Normalization for Python/ffmpeg
MIT License
1.28k stars 118 forks source link

remove unnecessary utf-8 declarations #200

Closed WyattBlue closed 1 year ago

WyattBlue commented 1 year ago

"-- coding: utf-8 --" is a Python 2 construct and can be safely removed. Other utf-8 declarations are also unnecessary.