diff options
| author | Giampaolo Rodola <g.rodola@gmail.com> | 2021-12-14 23:54:58 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-14 23:54:58 +0100 |
| commit | 39dc44bfa5fbb9500166b3480295379602e5bbc5 (patch) | |
| tree | ee785ba8d9e189fb2b1bffda19492414cd7c0d2c /psutil/tests/test_system.py | |
| parent | b490b5d51af6ed29709c357a00fcdb6bda26df78 (diff) | |
| download | psutil-39dc44bfa5fbb9500166b3480295379602e5bbc5.tar.gz | |
Automatically sort imports (isort CLI tool) (#2033)
Diffstat (limited to 'psutil/tests/test_system.py')
| -rwxr-xr-x | psutil/tests/test_system.py | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/psutil/tests/test_system.py b/psutil/tests/test_system.py index 4e3ac3e4..db2cb348 100755 --- a/psutil/tests/test_system.py +++ b/psutil/tests/test_system.py @@ -31,10 +31,9 @@ from psutil import WINDOWS from psutil._compat import FileNotFoundError from psutil._compat import long from psutil.tests import ASCII_FS -from psutil.tests import check_net_address from psutil.tests import CI_TESTING from psutil.tests import DEVNULL -from psutil.tests import enum +from psutil.tests import GITHUB_ACTIONS from psutil.tests import GLOBAL_TIMEOUT from psutil.tests import HAS_BATTERY from psutil.tests import HAS_CPU_FREQ @@ -44,12 +43,13 @@ from psutil.tests import HAS_SENSORS_BATTERY from psutil.tests import HAS_SENSORS_FANS from psutil.tests import HAS_SENSORS_TEMPERATURES from psutil.tests import IS_64BIT -from psutil.tests import mock -from psutil.tests import PsutilTestCase from psutil.tests import PYPY -from psutil.tests import retry_on_failure -from psutil.tests import GITHUB_ACTIONS from psutil.tests import UNICODE_SUFFIX +from psutil.tests import PsutilTestCase +from psutil.tests import check_net_address +from psutil.tests import enum +from psutil.tests import mock +from psutil.tests import retry_on_failure from psutil.tests import unittest |
