RKuttruff commented on code in PR #313:
URL: https://github.com/apache/sdap-nexus/pull/313#discussion_r1630362975
##########
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:
If I do that my IDE complains. Either way is fine by me, I just find the IDE
warnings annoying
--
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]