Skip to content

Commit c1862ea

Browse files
committed
fix ruff error
1 parent 549c499 commit c1862ea

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

mesa_geo/raster_layers.py

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,8 @@
99
import itertools
1010
import math
1111
import uuid
12-
from typing import (
13-
Any,
14-
Iterable,
15-
Iterator,
16-
Sequence,
17-
cast,
18-
overload,
19-
)
12+
from collections.abc import Iterable, Iterator, Sequence
13+
from typing import Any, cast, overload
2014

2115
import numpy as np
2216
import rasterio as rio

0 commit comments

Comments
 (0)