Skip to content

Commit

Permalink
lint flake8 format fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hamza.begic committed Jan 5, 2024
1 parent 44babfe commit e8f9387
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion crdesigner/common/file_writer.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import copy
from typing import Set, Union

from commonroad.common.file_writer import CommonRoadFileWriter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
Underground,
Weather,
)
from PyQt6.QtWidgets import *
from PyQt6.QtWidgets import QFileDialog, QMessageBox

from crdesigner.common.file_writer import CRDesignerFileWriter, OverwriteExistingFile
Expand Down
1 change: 0 additions & 1 deletion tests/map_conversion/osm/test_osm2cr_conversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
from lxml import etree

import crdesigner.map_conversion.osm2cr.converter_modules.converter as converter
from crdesigner.common.file_reader import CRDesignerFileReader
from crdesigner.common.file_writer import CRDesignerFileWriter, OverwriteExistingFile
from crdesigner.map_conversion.osm2cr.converter_modules.cr_operations.export import (
convert_to_scenario,
Expand Down

0 comments on commit e8f9387

Please sign in to comment.