Skip to content

Commit

Permalink
misc (Runtime): .queue typing
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Doupe committed Aug 30, 2023
1 parent 0a3f435 commit d6ecad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dearpypixl/_dearpypixl/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1305,7 +1305,7 @@ def prepare():
if not vp_state['visible']:
Viewport.show()

queue: Queue[Callable] = Queue()
queue: Queue[Callable[[], Any]] = Queue()

@classmethod
def start(cls, *args, **kwargs):
Expand Down

0 comments on commit d6ecad7

Please sign in to comment.