Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Structured Configs: Nested Container Support #773

Closed
Jasha10 opened this issue Aug 5, 2021 · 1 comment
Closed

Structured Configs: Nested Container Support #773

Jasha10 opened this issue Aug 5, 2021 · 1 comment
Milestone

Comments

@Jasha10
Copy link
Collaborator

Jasha10 commented Aug 5, 2021

This issue tracks support for nested container type hints in structured config.
Currently, in structured configs, nesting containers as below is not supported:

@dataclass
class MyConf:
    nested: Dict[str, List[int]]
@Jasha10
Copy link
Collaborator Author

Jasha10 commented Aug 25, 2021

I am closing this issue in favor of the pre-existing issue #427.

@Jasha10 Jasha10 closed this as completed Aug 25, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant