Skip to content

Commit da2cb0f

Browse files
committed
Fix pre-commit errors [skip ci]
1 parent f31e834 commit da2cb0f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

ros/gisnav/gisnav/core/pose_node.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@
3838
STEREO_NODE_NAME,
3939
FrameID,
4040
)
41-
from ._shared import (
42-
COVARIANCE_LIST_GLOBAL,
41+
from ._shared import ( # COVARIANCE_LIST_GLOBAL,
4342
KEYPOINT_DTYPE,
4443
compute_pose,
4544
visualize_matches_and_pose,

ros/gisnav/gisnav/core/twist_node.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@
3939
ROS_TOPIC_RELATIVE_QUERY_KEYPOINTS,
4040
FrameID,
4141
)
42-
from ._shared import (
43-
COVARIANCE_LIST,
42+
from ._shared import ( # COVARIANCE_LIST,
4443
KEYPOINT_DTYPE,
4544
compute_pose,
4645
visualize_matches_and_pose,

0 commit comments

Comments
 (0)