1. 09 Jun, 2021 1 commit
    • Patrick Labatut's avatar
      Fix type annotations for device type · 626bf3fe
      Patrick Labatut authored
      Summary: Fix type annotations for device type
      
      Reviewed By: nikhilaravi
      
      Differential Revision: D28971179
      
      fbshipit-source-id: 410b673c76dfd65ac51b2d144f17ed86a04a3058
      626bf3fe
  2. 12 Mar, 2020 1 commit
    • Patrick Labatut's avatar
      Remove shebang line when not strictly required · 3c71ab64
      Patrick Labatut authored
      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
      3c71ab64
  3. 23 Jan, 2020 1 commit