Account for the instance of submodules.pack.Packer #104184
@ -8,6 +8,7 @@ import logging
|
||||
import queue
|
||||
import threading
|
||||
import typing
|
||||
|
||||
from . import submodules
|
||||
dr.sybren marked this conversation as resolved
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
Loading…
Reference in New Issue
Block a user
Please dont' include formatting changes. In general, cleanups of formatting (and other changes that don't alter the functionality) should be in a PR by themselves.