mu-editor / mu

A small, simple editor for beginner Python programmers. Written in Python and Qt5.
http://codewith.mu
GNU General Public License v3.0
1.39k stars 433 forks source link

Remove shebang from a non-executable script #2410

Closed hroncok closed 1 year ago

hroncok commented 1 year ago

This file is not (installed as) executable, hence the shebang is never used and is redundant.

tjguk commented 1 year ago

Thanks (really belatedly)