Skip to content

Commit a10189f

Browse files
committed
linting
1 parent 682addc commit a10189f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/main/fv3core/test_grid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import numpy as np
44
import pytest
55

6+
import ndsl.dsl.gt4py as gt
67
from ndsl import GridIndexing
78
from ndsl.constants import (
89
X_DIM,
@@ -12,7 +13,6 @@
1213
Z_DIM,
1314
Z_INTERFACE_DIM,
1415
)
15-
import ndsl.dsl.gt4py as gt
1616
from ndsl.dsl.typing import Index3D
1717

1818

0 commit comments

Comments
 (0)