jerryshao commented on code in PR #10670: URL: https://github.com/apache/gravitino/pull/10670#discussion_r3086361049
########## clients/client-python/gravitino/client/generic_model_catalog.py: ########## @@ -53,7 +53,7 @@ from gravitino.utils import HTTPClient -class GenericModelCatalog(BaseSchemaCatalog): +class GenericModelCatalog(BaseSchemaCatalog): # pylint: disable=R0901 Review Comment: Why do you need to modify this? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
