summaryrefslogtreecommitdiff
path: root/psutil/tests/__init__.py
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2022-10-21 02:08:54 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2022-10-21 02:08:54 +0200
commitefc26d2bec0e940a193bb3cad8cc0a7d8707c0da (patch)
tree2ea4f03aaebe7d7f24c79051c654b9fa199b41f1 /psutil/tests/__init__.py
parent43d9f4836a02889cfb498c8d20891952102f1951 (diff)
downloadpsutil-black.tar.gz
do not blackify __all__black
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
# ===================================================================