mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Fixed missing typing import
This commit is contained in:
parent
a573a598b0
commit
6be6d6cfc3
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ from serial import Serial, SerialException, SerialTimeoutException
|
|||
from threading import Thread, Event
|
||||
from time import time, sleep
|
||||
from queue import Queue
|
||||
from typing import Union, Optional, List, cast
|
||||
from typing import Union, Optional, List, cast, Any
|
||||
|
||||
import re
|
||||
import functools # Used for reduce
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue