Lints
This commit is contained in:
parent
173c3361ed
commit
541c4b1e16
|
@ -6,12 +6,10 @@ to pytest.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import os
|
import os
|
||||||
from resource import getrusage, RUSAGE_CHILDREN
|
|
||||||
from shutil import which, rmtree
|
from shutil import which, rmtree
|
||||||
from tempfile import mkdtemp
|
from tempfile import mkdtemp
|
||||||
from contextlib import contextmanager
|
from contextlib import contextmanager
|
||||||
from time import time
|
from time import time
|
||||||
from psutil import Process
|
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
import pytest_twisted
|
import pytest_twisted
|
||||||
|
|
Loading…
Reference in New Issue