Remove unused import

Done during investigation of #8075.
This commit is contained in:
Ghostkeeper 2020-08-19 15:35:57 +02:00
parent 44885ab9a4
commit 9145a7e9e6
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A

View file

@ -51,7 +51,7 @@
# M207 S<mm> F<mm/m> - set the retract length <S> or feed rate <F>
# M117 - output the current changes
from typing import List, Optional, Dict
from typing import List, Dict
from ..Script import Script
import re