Skip to content

Commit

Permalink
ruff file
Browse files Browse the repository at this point in the history
  • Loading branch information
chraibi committed Oct 22, 2024
1 parent 0f32170 commit 1250b96
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/simutilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import streamlit as st

from simulation import init_and_run_simulation
from simulation import get_agent_positions, init_and_run_simulation
from src import motivation_model as mm
from src.inifile_parser import (
parse_fps,
Expand All @@ -18,7 +18,6 @@
parse_simulation_time,
parse_time_step,
)
from simulation import get_agent_positions


def extract_motivation_parameters(data: Dict[str, Any]) -> Dict[str, Any]:
Expand Down

0 comments on commit 1250b96

Please sign in to comment.