Skip to content

Commit

Permalink
adding missing typing import
Browse files Browse the repository at this point in the history
  • Loading branch information
naokiyokoyama authored Apr 2, 2024
1 parent 11301b4 commit 93fcb70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vlfm/utils/habitat_visualizer.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (c) 2023 Boston Dynamics AI Institute LLC. All rights reserved.

from typing import Any, Dict, List, Tuple
from typing import Any, Dict, List, Optional, Tuple

import cv2
import numpy as np
Expand Down

0 comments on commit 93fcb70

Please sign in to comment.