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
fix(README): replace relative imports with absolute imports in quickstart
The quickstart examples used relative imports (e.g., `from .activities`)
which fail when scripts are run directly with the error "attempted
relative import with no known parent package".
0 commit comments