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 authored Nov 21, 2023
1 parent 820b5bd commit 3e2c36a
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 @@ -246,7 +246,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 3e2c36a

Please sign in to comment.