Skip to content
Commit adf4ebd2 authored by Christian Heimes's avatar Christian Heimes Committed by Łukasz Langa
Browse files

Remove unnecessary shebang lines (#189)



Since black.py is not marked as executable, the shebang in black.py serves
no purpose. black should be invoked through its entry point any way.

token.py is an internal module without a __name__ == '__main__' block or
other executable code. It contains just list of constants and small
helper functions.

Signed-off-by: default avatarChristian Heimes <christian@python.org>
parent e84dee52
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment