Skip to content

Commit 52456e0

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent 1a42e03 commit 52456e0

3 files changed

Lines changed: 3 additions & 6 deletions

File tree

stubs/geojson/geojson/examples.pyi

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
from typing import Any, Literal
22

3-
from geojson.geometry import Geometry
4-
53
from geojson import GeoJSON
4+
from geojson.geometry import Geometry
65

76
class SimpleWebFeature:
87
id: None | int | str

stubs/geojson/geojson/geometry.pyi

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
from collections.abc import Iterable
22
from typing import Any
33

4-
from geojson.base import GeoJSON
5-
64
from geojson import Feature
5+
from geojson.base import GeoJSON
76

87
DEFAULT_PRECISION: int
98

stubs/geojson/geojson/utils.pyi

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
from collections.abc import Generator
22
from typing import Any, Literal
33

4-
from geojson.geometry import Geometry
5-
64
from geojson import Feature, GeoJSON
5+
from geojson.geometry import Geometry
76

87
def coords(obj: Feature | Geometry | dict[str, Any]) -> Generator[tuple[Any]]: ...
98
def map_coords(func, obj) -> dict[str, Any]: ...

0 commit comments

Comments
 (0)