mirror of
https://git.mirrors.martin98.com/https://github.com/petaflot/pygcode
synced 2025-08-16 17:45:58 +08:00
remove logging import
This commit is contained in:
parent
5d82ec94bf
commit
11dfc06157
@ -1,9 +1,6 @@
|
|||||||
import re
|
import re
|
||||||
from copy import copy, deepcopy
|
from copy import copy, deepcopy
|
||||||
from collections import defaultdict
|
from collections import defaultdict
|
||||||
import logging
|
|
||||||
|
|
||||||
log = logging.getLogger(__name__)
|
|
||||||
|
|
||||||
from .gcodes import (
|
from .gcodes import (
|
||||||
MODAL_GROUP_MAP, GCode,
|
MODAL_GROUP_MAP, GCode,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user