tsungchih commented on code in PR #9242: URL: https://github.com/apache/gravitino/pull/9242#discussion_r2565220998
########## clients/client-python/gravitino/api/tag/tag.py: ########## @@ -15,6 +15,7 @@ # specific language governing permissions and limitations # under the License. +from __future__ import annotations from abc import ABC, abstractmethod from typing import ClassVar, Dict, List, Optional Review Comment: Same here, we don't need to import `Dict` and `List` for type hints. -- 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]
