Fix empty context manager
Summary: Pull Request resolved: https://github.com/facebookresearch/d2go/pull/608 In the current form, unit test fails with (https://fburl.com/ssrymti4) ``` with get_monitoring_service(): E AttributeError: __enter__ ``` Return nullcontext to address. Reviewed By: ynonaolga Differential Revision: D48113440 fbshipit-source-id: 241d649e49c65ad778d999f7c25515dd72953bca
Showing
Please register or sign in to comment