Skip to content

Commit c6229f5

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 0d75f80 commit c6229f5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

graphs/tests/edges/test_cutoff.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
# nor does it submit to any jurisdiction.
99

1010
import pytest
11+
from torch_geometric.data import HeteroData
1112

1213
from anemoi.graphs.edges import CutOffEdges
13-
from torch_geometric.data import HeteroData
1414

1515

1616
def test_init():

graphs/tests/test_normaliser.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@
77
# granted to it by virtue of its status as an intergovernmental organisation
88
# nor does it submit to any jurisdiction.
99

10-
import numpy as np
11-
import torch
1210
import pytest
11+
import torch
1312

1413
from anemoi.graphs.normalise import NormaliserMixin
1514

0 commit comments

Comments
 (0)