Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jun 13, 2024
1 parent 7c8bff7 commit bdc6f6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bag2lanelet/scripts/bag2lanelet.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/env python3
import argparse

from datetime import datetime
import os
import pathlib
from datetime import datetime

from bag2way import bag2pose, pose2line
from bag2way import bag2pose
from bag2way import pose2line
from lanelet_xml import LaneletMap


Expand Down

0 comments on commit bdc6f6d

Please sign in to comment.