Skip to content

Commit bd5feef

Browse files
authored
Merge pull request #5 from kexxu-robotics/jur/outline2
added List and Tuple import, was not included in <3.8 python
2 parents c47b441 + 057d2bc commit bd5feef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/kexxu_eye_sdk/format.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Written by: Jurriaan Schreuder
22

3+
from typing import List, Tuple
34
import json
45

56
def openeye_file_to_xy(path: str)-> List[Tuple[int,int]]:

0 commit comments

Comments
 (0)