Skip to content

Commit feaf04c

Browse files
authored
Update container_config.py
1 parent dd15934 commit feaf04c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ads/aqua/config/container_config.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def to_dict(self):
116116
@classmethod
117117
def from_container_index_json(
118118
cls,
119-
config: Optional[Dict] = None,
119+
config: Dict,
120120
enable_spec: Optional[bool] = False,
121121
) -> "AquaContainerConfig":
122122
"""
@@ -131,6 +131,7 @@ def from_container_index_json(
131131
-------
132132
AquaContainerConfig: The constructed container configuration.
133133
"""
134+
#TODO: Return this logic back if necessary in the next iteraion.
134135
# if not config:
135136
# config = get_container_config()
136137

0 commit comments

Comments
 (0)