Skip to content

Commit

Permalink
Update opentelemetry-sdk/src/opentelemetry/sdk/_metrics/__init__.py
Browse files Browse the repository at this point in the history
Co-authored-by: Diego Hurtado <ocelotl@users.noreply.github.com>
  • Loading branch information
aabmass and ocelotl authored May 4, 2022
1 parent c66b40b commit 597ddbe
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,6 @@ def force_flush(self) -> bool:
return True

def shutdown(self, timeout_millis: float = 10_000):
# FIXME implement a timeout

def _shutdown():
self._shutdown = True
Expand Down

0 comments on commit 597ddbe

Please sign in to comment.