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
Argument 1 to "method_decorator" has incompatible type "List[Any]"; expected "Union[Callable[..., Any], Set[Callable[..., Any]], Tuple[Callable[..., Any], Callable[..., Any]]]"
I'm guessing the fix is to add List or perhaps Sequence or Container into the allowed container types in the union. (If you agree that's a good solution I'd be happy to put up a PR)
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
The following code is valid, but yields a warning I think is incorrect:
errors with:
I'm guessing the fix is to add
List
or perhapsSequence
orContainer
into the allowed container types in the union. (If you agree that's a good solution I'd be happy to put up a PR)The text was updated successfully, but these errors were encountered: