summaryrefslogtreecommitdiff
path: root/psutil/tests/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'psutil/tests/__init__.py')
-rw-r--r--psutil/tests/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/psutil/tests/__init__.py b/psutil/tests/__init__.py
index ec9c7480..f3726562 100644
--- a/psutil/tests/__init__.py
+++ b/psutil/tests/__init__.py
@@ -77,6 +77,7 @@ if POSIX:
from psutil._psposix import wait_pid
+# fmt: off
__all__ = [
# constants
'APPVEYOR', 'DEVNULL', 'GLOBAL_TIMEOUT', 'TOLERANCE_SYS_MEM', 'NO_RETRIES',
@@ -115,6 +116,7 @@ __all__ = [
# others
'warn', 'copyload_shared_lib', 'is_namedtuple',
]
+# fmt: on
# ===================================================================