You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to how the current interface works, all possible dependencies are imported when importing SedProcessor from sed.
I propose we remove the linter for module level imports and import them in scope when necessary. This will reduce first time importing time from ~30 s to something more managable.
The text was updated successfully, but these errors were encountered:
Due to how the current interface works, all possible dependencies are imported when importing SedProcessor from sed.
I propose we remove the linter for module level imports and import them in scope when necessary. This will reduce first time importing time from ~30 s to something more managable.
The text was updated successfully, but these errors were encountered: