tsungchih commented on code in PR #9242:
URL: https://github.com/apache/gravitino/pull/9242#discussion_r2565203032


##########
clients/client-python/gravitino/api/tag/supports_tags.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 List

Review Comment:
   I think we don't need to import `List` for type hints since the minimum 
Python version is 3.9.



-- 
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]

Reply via email to