From e530544546b2a4e5f00e8d9458bf1b895573ec41 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Wed, 18 May 2022 08:01:38 +0800 Subject: reformat according to 'black' configuration file. --- test/lib/__init__.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'test/lib/__init__.py') diff --git a/test/lib/__init__.py b/test/lib/__init__.py index ae4c2b67..a4e57b8e 100644 --- a/test/lib/__init__.py +++ b/test/lib/__init__.py @@ -8,8 +8,4 @@ import inspect from .helper import * -__all__ = [ - name - for name, obj in locals().items() - if not (name.startswith("_") or inspect.ismodule(obj)) -] +__all__ = [name for name, obj in locals().items() if not (name.startswith("_") or inspect.ismodule(obj))] -- cgit v1.2.1