Skip to content

Commit

Permalink
Fix for easy enabling back of sort_imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dshivashankar1994 authored Apr 8, 2024
1 parent 55f3871 commit 3f8b7bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/tidy-imports
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def main():
# TODO: disable sorting until we figure out #287
# https://github.com/deshaw/pyflyby/issues/287
# from pyflyby._imports2s import sort_imports
# sorted_imports = sort_imports(x)
# x = sort_imports(x)
if options.canonicalize:
x = canonicalize_imports(x, params=options.params)
return x
Expand Down

0 comments on commit 3f8b7bb

Please sign in to comment.