Skip to content
This repository was archived by the owner on Jul 26, 2020. It is now read-only.

Commit 217b7a3

Browse files
committed
fix missing cast import
1 parent d17aed4 commit 217b7a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sb_vision/find_3D_coords.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import functools
99
import re
1010
from pathlib import Path
11-
from typing import List, Tuple
11+
from typing import List, Tuple, cast
1212

1313
import cv2
1414
import numpy as np

0 commit comments

Comments
 (0)