Skip to content

Commit

Permalink
from typing import Callable
Browse files Browse the repository at this point in the history
  • Loading branch information
EwoutH authored Sep 1, 2024
1 parent 2db6eb0 commit efd4996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mesa_geo/raster_layers.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import math
import uuid
from collections.abc import Iterable, Iterator, Sequence
from typing import Any, cast, overload
from typing import Any, Callable, cast, overload

import numpy as np
import rasterio as rio
Expand Down

0 comments on commit efd4996

Please sign in to comment.