"scripts/convert_music_spectrogram_to_diffusers.py" did not exist on "14e3a28c120eea88093442eb0a2a3df35d21a22d"
  • John Reese's avatar
    apply import merging for fbcode (7 of 11) · b3a9204c
    John Reese authored
    Summary:
    Applies new import merging and sorting from µsort v1.0.
    
    When merging imports, µsort will make a best-effort to move associated
    comments to match merged elements, but there are known limitations due to
    the diynamic nature of Python and developer tooling. These changes should
    not produce any dangerous runtime changes, but may require touch-ups to
    satisfy linters and other tooling.
    
    Note that µsort uses case-insensitive, lexicographical sorting, which
    results in a different ordering compared to isort. This provides a more
    consistent sorting order, matching the case-insensitive order used when
    sorting import statements by module name, and ensures that "frog", "FROG",
    and "Frog" always sort next to each other.
    
    For details on µsort's sorting and merging semantics, see the user guide:
    https://usort.readthedocs.io/en/stable/guide.html#sorting
    
    Reviewed By: lisroach
    
    Differential Revision: D36402205
    
    fbshipit-source-id: a4efc688d02da80c6e96685aa8eb00411615a366
    b3a9204c
benchmark_data.py 5.38 KB