From 9fa0867807caec92dacd7df27b41e99589363bf6 Mon Sep 17 00:00:00 2001 From: "hamza.begic" Date: Wed, 17 Jan 2024 14:07:15 +0100 Subject: [PATCH] format fixes --- crdesigner/common/file_reader.py | 4 +--- crdesigner/common/file_writer.py | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/crdesigner/common/file_reader.py b/crdesigner/common/file_reader.py index ac45388d..7a4f691c 100644 --- a/crdesigner/common/file_reader.py +++ b/crdesigner/common/file_reader.py @@ -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, diff --git a/crdesigner/common/file_writer.py b/crdesigner/common/file_writer.py index ce49aa42..412a6706 100644 --- a/crdesigner/common/file_writer.py +++ b/crdesigner/common/file_writer.py @@ -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, )