Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 18, 2024
1 parent f09547e commit 77badb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unyt/tests/test_array_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from numpy.testing import assert_allclose
from packaging.version import Version

from unyt import A, K, cm, degC, delta_degC, dimensionless, g, km, rad, s, Msun
from unyt import A, K, Msun, cm, degC, delta_degC, dimensionless, g, km, rad, s
from unyt._array_functions import (
_HANDLED_FUNCTIONS as HANDLED_FUNCTIONS,
_UNSUPPORTED_FUNCTIONS as UNSUPPORTED_FUNCTIONS,
Expand Down

0 comments on commit 77badb2

Please sign in to comment.