Skip to content

Commit

Permalink
fix ruff error
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-boyu authored and rht committed Jan 17, 2024
1 parent 2cdb571 commit b717971
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions mesa_geo/raster_layers.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,8 @@
import itertools
import math
import uuid
from typing import (
Any,
Iterable,
Iterator,
Sequence,
cast,
overload,
)
from collections.abc import Iterable, Iterator, Sequence
from typing import Any, cast, overload

import numpy as np
import rasterio as rio
Expand Down

0 comments on commit b717971

Please sign in to comment.