Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

GroupMetaData has no info property #1934

Closed
dstansby opened this issue May 31, 2024 · 0 comments · Fixed by #1936
Closed

GroupMetaData has no info property #1934

dstansby opened this issue May 31, 2024 · 0 comments · Fixed by #1936

Comments

@dstansby
Copy link
Contributor

AsyncGroup tries to access the .metadata.info property:

@property
def info(self):
return self.metadata.info

but GroupMetaData doesn't hava a .info property...

class GroupMetadata(Metadata):

This is one of the last typing errors that needs fixing, but it also looks like a bug too? Does anyone know if there are plans to implement GroupMetaData.info, or should AsyncGroup.info be removed?

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant