add missing type hint import

release/4.3a0
John Lambert 2022-01-12 16:49:12 -05:00 committed by GitHub
parent 1614ce094f
commit 0f1ff48db5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ Test Triangulation
Authors: Frank Dellaert & Fan Jiang (Python) & Sushmita Warrier & John Lambert
"""
import unittest
from typing import Iterable, Optional, Union
from typing import Iterable, Optional, Tuple, Union
import numpy as np