mirror of
https://github.com/docker/compose.git
synced 2025-09-25 18:48:47 +02:00
typofix - https://github.com/vlajos/misspell_fixer
Signed-off-by: Veres Lajos <vlajos@gmail.com>
This commit is contained in:
parent
22b7ee42de
commit
11adca9324
@ -9,7 +9,7 @@ from compose.config import config
|
|||||||
|
|
||||||
def make_service_dict(name, service_dict, working_dir):
|
def make_service_dict(name, service_dict, working_dir):
|
||||||
"""
|
"""
|
||||||
Test helper function to contruct a ServiceLoader
|
Test helper function to construct a ServiceLoader
|
||||||
"""
|
"""
|
||||||
return config.ServiceLoader(working_dir=working_dir).make_service_dict(name, service_dict)
|
return config.ServiceLoader(working_dir=working_dir).make_service_dict(name, service_dict)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user