mirror of
https://github.com/docker/compose.git
synced 2025-07-22 05:04:27 +02:00
Remove unused import
This commit is contained in:
parent
fdc1e0f2e1
commit
ebf9bf387c
@ -7,7 +7,7 @@ import yaml
|
||||
from ..project import Project
|
||||
from .docopt_command import DocoptCommand
|
||||
from .formatter import Formatter
|
||||
from .utils import cached_property, mkdir
|
||||
from .utils import cached_property
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user