add missing type hint annotation import
parent
0f1ff48db5
commit
0ff9110f3c
|
|
@ -9,7 +9,7 @@ Test Triangulation
|
|||
Authors: Frank Dellaert & Fan Jiang (Python) & Sushmita Warrier & John Lambert
|
||||
"""
|
||||
import unittest
|
||||
from typing import Iterable, Optional, Tuple, Union
|
||||
from typing import Iterable, List, Optional, Tuple, Union
|
||||
|
||||
import numpy as np
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue