From 64a9f7071badc39c1c8d99b8ac3f6919182bc3a0 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 23:47:10 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- mesa_geo/__init__.py | 8 ++++---- mesa_geo/visualization/__init__.py | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/mesa_geo/__init__.py b/mesa_geo/__init__.py index 335b5e1f..d74fdd29 100644 --- a/mesa_geo/__init__.py +++ b/mesa_geo/__init__.py @@ -12,15 +12,15 @@ from mesa_geo.tile_layers import RasterWebTile, WMSWebTile __all__ = [ - "GeoSpace", - "GeoAgent", "AgentCreator", - "ImageLayer", "Cell", + "GeoAgent", + "GeoSpace", + "ImageLayer", "RasterLayer", - "visualization", "RasterWebTile", "WMSWebTile", + "visualization", ] __title__ = "Mesa-Geo" diff --git a/mesa_geo/visualization/__init__.py b/mesa_geo/visualization/__init__.py index f43d7bac..25a6ebd0 100644 --- a/mesa_geo/visualization/__init__.py +++ b/mesa_geo/visualization/__init__.py @@ -3,4 +3,4 @@ from .geojupyter_viz import GeoJupyterViz from .leaflet_viz import LeafletViz -__all__ = ["make_geospace_leaflet", "MapModule", "GeoJupyterViz", "LeafletViz"] +__all__ = ["GeoJupyterViz", "LeafletViz", "MapModule", "make_geospace_leaflet"]