Skip to content

Commit

Permalink
Removed unnecessary workaround in blueprint python example (#2316)
Browse files Browse the repository at this point in the history
### What

Removed unnecessary workaround for #2124 in blueprint python example

### Checklist
* [x] I have read and agree to [Contributor
Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and
the [Code of
Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md)
* [ ] ~~I've included a screenshot or gif (if applicable)~~

<!-- This line will get updated when the PR build summary job finishes.
-->
PR Build Summary: https://build.rerun.io/pr/2316

<!-- pr-link-docs:start -->
Docs preview: https://rerun.io/preview/e74edcd/docs
<!-- pr-link-docs:end -->
  • Loading branch information
abey79 committed Jun 6, 2023
1 parent 2777270 commit 516a805
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions examples/python/blueprint/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,6 @@ def main() -> None:

rr_exp.add_space_view(name="overlaid", origin="/", entity_paths=["image", "rect/0", "rect/1"])

# Workaround https://github.com/rerun-io/rerun/issues/2124
import time

time.sleep(0.1)


if __name__ == "__main__":
main()

0 comments on commit 516a805

Please sign in to comment.