Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove a few useless shebang lines #1083

Merged
merged 2 commits into from
Sep 15, 2023

Conversation

musicinmybrain
Copy link
Contributor

Remove shebang lines from a few files that do not need them.

A shebang line is only meaningful in a file with the executable bit set in its permissions. These files are already correctly non-executable, as they have no “main routine” or interesting side effects and are purely importable modules.

Slightly more detail is available in the commit messages.

A shebang line is only meaningful in a file with the executable bit set
in its permissions. These examples are already correctly non-executable,
as they have no “main routine” or interesting side effects and are
purely importable modules.

The file examples/density_plot.py fits the same description, but already
lacks a shebang line.
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.
@mgeplf
Copy link
Collaborator

mgeplf commented Sep 15, 2023

Looks good, thanks for the contribution.

@codecov-commenter
Copy link

Codecov Report

Merging #1083 (d7d7330) into master (8d856e5) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff            @@
##            master     #1083   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           36        36           
  Lines         2452      2452           
=========================================
  Hits          2452      2452           

@mgeplf mgeplf merged commit 43005b3 into BlueBrain:master Sep 15, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants