Browse Source

fix linter

jrobinAV 1 year ago
parent
commit
d9bd7a3b6e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      taipy/core/_orchestrator/_orchestrator.py

+ 1 - 1
taipy/core/_orchestrator/_orchestrator.py

@@ -11,8 +11,8 @@
 
 import itertools
 from datetime import datetime
-from threading import Lock
 from queue import Queue
+from threading import Lock
 from time import sleep
 from typing import Callable, Iterable, List, Optional, Set, Union