mirror of
https://github.com/docker/docs.git
synced 2026-03-30 07:48:52 +07:00
Remove unused import
This commit is contained in:
@@ -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__)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user