Skip to content

Commit

Permalink
Remove shebang line from neurom/check/runner.py
Browse files Browse the repository at this point in the history
A shebang line is only meaningful in a file with the executable bit set
in its permissions. This module is designed to be imported, not directly
executed: it is already correctly non-executable, and it has no “main
routine” or interesting side effects.
  • Loading branch information
musicinmybrain committed Sep 15, 2023
1 parent 48e7cf5 commit d7d7330
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion neurom/check/runner.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# Copyright (c) 2015, Ecole Polytechnique Federale de Lausanne, Blue Brain Project
# All rights reserved.
#
Expand Down

0 comments on commit d7d7330

Please sign in to comment.