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
I've moved dependencies into a convenience module `deps`, so now dependencies, outputs, and
blob subclasses are imported as `lt.blob.MyBlob` etc. to avoid cluttering the global namespace too much.
`deps` is used rather than `dependencies` to avoid circular imports and allow for future rearrangements, as well as keeping type
annotations shorter if it's imported as `lt.deps.Whatever`.
Test code is updated to use the new imports.
0 commit comments