Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
Signed-off-by: Hayato Mizushima <[email protected]>
  • Loading branch information
hayato-m126 committed Nov 6, 2024
1 parent 628ddbc commit 482a61e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
12 changes: 8 additions & 4 deletions driving_log_replayer_v2/driving_log_replayer_v2/diagnostics.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,14 @@
from typing import Literal

from builtin_interfaces.msg import Time
from diagnostic_msgs.msg import DiagnosticArray, DiagnosticStatus
from pydantic import BaseModel, Field, model_validator

from driving_log_replayer_v2.result import EvaluationItem, ResultBase
from diagnostic_msgs.msg import DiagnosticArray
from diagnostic_msgs.msg import DiagnosticStatus
from pydantic import BaseModel
from pydantic import Field
from pydantic import model_validator

from driving_log_replayer_v2.result import EvaluationItem
from driving_log_replayer_v2.result import ResultBase
from driving_log_replayer_v2.scenario import Scenario


Expand Down
1 change: 0 additions & 1 deletion driving_log_replayer_v2/test/unittest/test_diagnostics.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

from collections.abc import Callable
from typing import Literal

from builtin_interfaces.msg import Time
Expand Down

0 comments on commit 482a61e

Please sign in to comment.