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: Fix ClientForwardRefsPlugin imports and add tests
- Add missing tests for `ClientForwardRefsPlugin` with and without
combining with `ShorterResultsPlugin`.
- Fix faulty imports
- Store name and level separate to allow dots specified either on the
module or via level. When importing just lookup what level and name
to use.
- Always use level 0 for `TYPE_CHECKING_MODULE`.
Fixes#314
0 commit comments