Skip to content

Commit d49c130

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mesa_geo/raster_layers.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
import math
1111
import uuid
1212
from collections.abc import Iterable, Iterator, Sequence
13-
from typing import Any, Callable, cast, overload
13+
from typing import Any, cast, overload
14+
from collections.abc import Callable
1415

1516
import numpy as np
1617
import rasterio as rio

0 commit comments

Comments
 (0)