IBM / jupyterlab-s3-browser

A JupyterLab extension for browsing S3-compatible object storage
Apache License 2.0
119 stars 43 forks source link

singleton-decorator declared in setup.py but not used? #55

Open kdzhao opened 2 years ago

kdzhao commented 2 years ago

Not exactly a bug nor feature per se, but in the setup file it says requires "singleton-decorator", which I assume it is this one: https://github.com/Kemaweyan/singleton_decorator But after some search in this code base and I didn't see where this package is being used. Or maybe my understanding is wrong?

Thanks

kdzhao commented 2 years ago

Any comments? Thanks!