wphyojpl commented on code in PR #313: URL: https://github.com/apache/sdap-nexus/pull/313#discussion_r1630358090
########## data-access/nexustiles/backends/zarr/backend.py: ########## @@ -42,7 +42,8 @@ class ZarrBackend(AbstractTileService): def __init__(self, dataset_name, path, config=None): AbstractTileService.__init__(self, dataset_name) - self.__config = config if config is not None else {} Review Comment: Just a suggestion. The default `config` parameter can be set to `{}`. Then you don't need to validate it. -- 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: dev-unsubscr...@sdap.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org