Skip to content

Commit

Permalink
ruff fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cleder committed Nov 25, 2024
1 parent 8446c24 commit a3e156e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pygeoif/factories.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
# along with this library; if not, write to the Free Software Foundation,
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
"""Geometry Factories."""

import re
from typing import List
from typing import Optional
Expand Down Expand Up @@ -382,9 +383,9 @@ def force_3d(


__all__ = [
"box",
"force_2d",
"force_3d",
"box",
"from_wkt",
"mapping",
"orient",
Expand Down
3 changes: 2 additions & 1 deletion pygeoif/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
# along with this library; if not, write to the Free Software Foundation,
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
"""Types for geometries."""

from typing import Any
from typing import Dict
from typing import Optional
Expand Down Expand Up @@ -122,13 +123,13 @@ def __geo_interface__(self) -> GeoCollectionInterface:
__all__ = [
"Bounds",
"CoordinatesType",
"Interiors",
"GeoCollectionInterface",
"GeoCollectionType",
"GeoFeatureCollectionInterface",
"GeoFeatureInterface",
"GeoInterface",
"GeoType",
"Interiors",
"LineType",
"MultiCoordinatesType",
"MultiGeometryType",
Expand Down

0 comments on commit a3e156e

Please sign in to comment.