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
For `colon_seeker`, single line docstrings don't require rewinding so additional conditional branches aren't needed. Test cases exist for both single and multiline docstrings.
For the branches in `FunctionVisitor`, we have only created a visitor for the 3 node types (class, function, async function) so additional conditionals aren't necessary.
For the `ReturnVisitor`, we only care about `None` returns so no additional branches are necessary.
0 commit comments