Skip to content

Commit

Permalink
format fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hamza.begic committed Jan 17, 2024
1 parent aa269df commit 9fa0867
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions crdesigner/common/file_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
from commonroad.scenario.lanelet import LaneletNetwork
from commonroad.scenario.scenario import Scenario

from crdesigner.common.common_file_reader_writer import (
project_scenario_and_pps,
)
from crdesigner.common.common_file_reader_writer import project_scenario_and_pps
from crdesigner.verification_repairing.map_verification_repairing import (
verify_and_repair_map,
verify_and_repair_scenario,
Expand Down
4 changes: 1 addition & 3 deletions crdesigner/common/file_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
from commonroad.planning.planning_problem import PlanningProblemSet
from commonroad.scenario.scenario import Location, Scenario, Tag

from crdesigner.common.common_file_reader_writer import (
project_scenario_and_pps,
)
from crdesigner.common.common_file_reader_writer import project_scenario_and_pps
from crdesigner.verification_repairing.map_verification_repairing import (
verify_and_repair_scenario,
)
Expand Down

0 comments on commit 9fa0867

Please sign in to comment.