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
This fixes B028.
> No explicit stacklevel keyword argument found. The warn method from the
> warnings module uses a stacklevel of 1 by default. This will only show a stack
> trace for the line on which the warn method is called. It is therefore
> recommended to use a stacklevel of 2 or greater to provide more information to
> the user.
I personally do not find this error very useful, but let's just pass the
stacklevel argument and consider ignoring the error globally if we get
more cases like this where this is the intended behavior.
Signed-off-by: Filipe Laíns <[email protected]>
0 commit comments