remove logging import

This commit is contained in:
Walker Inman 2019-07-26 09:59:54 -04:00
parent 5d82ec94bf
commit 11dfc06157

View File

@ -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,