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
The lazy names in _lazy_imports are declared in __all__ but absent from dir(impulso) output. Adding a __dir__ returning __all__ would improve IDE/REPL discovery.
The lazy names in
_lazy_importsare declared in__all__but absent fromdir(impulso)output. Adding a__dir__returning__all__would improve IDE/REPL discovery.Affected file:
src/impulso/__init__.py