We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae23d0d commit 6852647Copy full SHA for 6852647
1 file changed
sublime_lib/activity_indicator.py
@@ -89,8 +89,9 @@ def __init__(
89
def __del__(self) -> None:
90
self._target.clear()
91
92
- def __enter__(self) -> None:
+ def __enter__(self) -> ActivityIndicator:
93
self.start()
94
+ return self
95
96
def __exit__(
97
self,
0 commit comments