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 Sep 1, 2024
1 parent efd4996 commit d49c130
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mesa_geo/raster_layers.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
import math
import uuid
from collections.abc import Iterable, Iterator, Sequence
from typing import Any, Callable, cast, overload
from typing import Any, cast, overload
from collections.abc import Callable

import numpy as np
import rasterio as rio
Expand Down

0 comments on commit d49c130

Please sign in to comment.