Sort imports

Using pytest's style.
This commit is contained in:
Ran Benita
2024-04-03 00:13:06 +03:00
parent 8f7bd68566
commit e3b69d4f29
21 changed files with 93 additions and 72 deletions

View File

@@ -1,13 +1,14 @@
import marshal
import pprint
import pytest
from queue import Queue
import sys
import uuid
from xdist.workermanage import WorkerController
import execnet
import marshal
import pytest
from xdist.workermanage import WorkerController
from queue import Queue
WAIT_TIMEOUT = 10.0