Skip to content

Commit

Permalink
Fix ruff import unordered
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali-Tehrani committed Feb 2, 2024
1 parent dc903eb commit 8596ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/grid/tests/test_cubic.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
# --
r"""Rectangular Grid Testing."""

from importlib_resources import files
from unittest import TestCase

import numpy as np
from importlib_resources import files
from numpy.testing import assert_allclose

from grid.cubic import Tensor1DGrids, UniformGrid, _HyperRectangleGrid
Expand Down

0 comments on commit 8596ddc

Please sign in to comment.