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
Call to deprecated overload contextlib.contextmanager
Annotating the return type as -> Iterator[Foo] with @contextmanager is deprecated. Use -> Generator[Foo] instead.Pyreflydeprecated
Call to deprecated overload
contextlib.contextmanagerAnnotating the return type as
-> Iterator[Foo]with@contextmanageris deprecated. Use-> Generator[Foo]instead.Pyreflydeprecated