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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]