Remove shebang line when not strictly required

Summary: The shebang line `#!<path to interpreter>` is only required for Python scripts, so remove it on source files for class or function definitions. Additionally explicitly mark as executable the actual Python scripts in the codebase.

Reviewed By: nikhilaravi

Differential Revision: D20095778

fbshipit-source-id: d312599fba485e978a243292f88a180d71e1b55a
This commit is contained in:
Patrick Labatut
2020-03-12 10:34:41 -07:00
committed by Facebook GitHub Bot
parent d01e722849
commit 3c71ab64cc
86 changed files with 0 additions and 82 deletions

0
scripts/parse_tutorials.py Normal file → Executable file
View File