Skip to content

Commit

Permalink
Fix: code style
Browse files Browse the repository at this point in the history
Signed-off-by: h-suzuki <[email protected]>
  • Loading branch information
h-suzuki-isp committed Mar 7, 2024
1 parent b0353ec commit a972e73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ros2caret/verb/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@
# limitations under the License.

import os.path
import xml.etree.ElementTree as ET

from ament_index_python.packages import get_package_share_directory, PackageNotFoundError
import xml.etree.ElementTree as ET

from ros2caret.verb import VerbExtension


Expand Down

0 comments on commit a972e73

Please sign in to comment.