Skip to content

Commit

Permalink
List order follows import order.
Browse files Browse the repository at this point in the history
  • Loading branch information
alxmrs committed Sep 26, 2024
1 parent 253204d commit 75bbd7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cubed/array_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@

from .statistical_functions import max, mean, min, prod, std, sum, var

__all__ += ["max", "mean", "min", "prod", "sum", "std", "var"]
__all__ += ["max", "mean", "min", "prod", "std", "sum", "var"]

from .utility_functions import all, any

Expand Down

0 comments on commit 75bbd7b

Please sign in to comment.