Closed lemon24 closed 1 year ago
https://github.com/lemon24/reader/commit/3a9affa1fa5a761b3f39c293da293da0bb0d6eae fixes it, with the caveat that add_feed() will end up triggering the rest of the imports (it didn't, before).
With this change, we can probably:
__getattr__
)
Following https://github.com/lemon24/reader/commit/cbe6db1bd06b06a0512f8220ed87cc1ca3c4a6c5, the import times achieved in #297 degraded (due to werkzeug.http depending on urllib.request).
Before:
After: