mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 23:17:32 -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 threading import Thread, Event
|
||||||
from time import time, sleep
|
from time import time, sleep
|
||||||
from queue import Queue
|
from queue import Queue
|
||||||
from typing import Union, Optional, List, cast
|
from typing import Union, Optional, List, cast, Any
|
||||||
|
|
||||||
import re
|
import re
|
||||||
import functools # Used for reduce
|
import functools # Used for reduce
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue