Cleanup: run autopep8 on doc/

This commit is contained in:
2022-04-20 15:10:14 +10:00
parent df3316cbe9
commit c2cdbe1e88
10 changed files with 27 additions and 14 deletions

View File

@@ -11,6 +11,7 @@ import queue
execution_queue = queue.Queue()
# This function can safely be called in another thread.
# The function will be executed when the timer runs the next time.
def run_in_main_thread(function):