Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
mosc5 committed Jan 12, 2024
1 parent 141a077 commit 2e01981
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions simbev/simbev_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -1118,9 +1118,7 @@ def from_config(cls, config_path):
"threshold_street_night_limit": cfg.getfloat(
"basic", "threshold_street_night_limitation", fallback=21
),
"maximum_park_time": cfg.getint(
"basic", "maximum_park_time", fallback=10
),
"maximum_park_time": cfg.getint("basic", "maximum_park_time", fallback=10),
"maximum_park_time_flag": cfg.getboolean(
"basic", "maximum_park_time_flag", fallback=False
),
Expand Down

0 comments on commit 2e01981

Please sign in to comment.