Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
chraibi committed Oct 21, 2024
1 parent 9bc1d97 commit 62c6cc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
from src.logger_config import init_logger
from src.utilities import (
build_geometry,
calculate_centroid,
calculate_distance,
distribute_and_add_agents,
init_journey,
Expand Down
2 changes: 2 additions & 0 deletions src/simutilities.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"""Utilities for simulation."""

import json
from pathlib import Path
from typing import Any, Dict
Expand Down

0 comments on commit 62c6cc2

Please sign in to comment.