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 Feb 6, 2025
1 parent 9b1e0c6 commit c639be9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions graphs/tests/nodes/test_icon.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@
# granted to it by virtue of its status as an intergovernmental organisation
# nor does it submit to any jurisdiction.

from typing import Type

import netCDF4
import numpy as np
import pytest
import torch
from typing import Type

from torch_geometric.data import HeteroData

from anemoi.graphs.edges import ICONTopologicalDecoderEdges
from anemoi.graphs.edges import ICONTopologicalEncoderEdges
from anemoi.graphs.edges.builders.icon import ICONTopologicalBaseEdgeBuilder
from anemoi.graphs.edges import ICONTopologicalProcessorEdges
from anemoi.graphs.edges.builders.icon import ICONTopologicalBaseEdgeBuilder
from anemoi.graphs.generate.icon_mesh import ICONCellDataGrid
from anemoi.graphs.generate.icon_mesh import ICONMultiMesh
from anemoi.graphs.nodes import ICONCellGridNodes
Expand Down

0 comments on commit c639be9

Please sign in to comment.