Skip to content

Remove shebang from Python modules

This MR removes the #!/usr/bin/env python3 shebang line from all Python modules; these aren't executables, so shouldn't have one.

Merge request reports