rubenvdg commented on code in PR #6644: URL: https://github.com/apache/iceberg/pull/6644#discussion_r1083760745
########## python/pyiceberg/catalog/rest.py: ########## @@ -175,11 +175,7 @@ class RestCatalog(Catalog): session: Session properties: Properties - def __init__( - self, - name: str, - **properties: str, - ): + def __init__(self, name: str, **properties: str): Review Comment: I removed the trailing comma -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org