jingjia88 commented on code in PR #4271:
URL: https://github.com/apache/gravitino/pull/4271#discussion_r1695399066


##########
clients/client-python/gravitino/exceptions/base.py:
##########
@@ -54,6 +54,9 @@ class InternalError(GravitinoRuntimeException):
 class NotFoundException(GravitinoRuntimeException):
     """Base class for all exceptions thrown when a resource is not found."""
 
+    def __init__(self, message, *args):

Review Comment:
   Removed!



-- 
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: commits-unsubscr...@gravitino.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to