Skip to content

Conversation

raybellwaves
Copy link
Contributor

@raybellwaves raybellwaves commented Mar 7, 2024

Any objection to sorting known_implementations?

I was looking for an implementation and sorting the dictionary helped.

I used sorted_known_implementations = {k: v for k, v in sorted(known_implementations.items())}

Can confirm keys length is the same for the the new dict. Sorry the diff is ugly. No offense taken if this is left out.

@martindurant
Copy link
Member

May as well add a test that asserts the order is indeed sorted.

@martindurant martindurant merged commit 14dce8c into fsspec:master Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants