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. --- git/__init__.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'git/__init__.py') diff --git a/git/__init__.py b/git/__init__.py index 3f26886f..f746e1fc 100644 --- a/git/__init__.py +++ b/git/__init__.py @@ -61,11 +61,7 @@ except GitError as exc: # } END imports -__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))] # { Initialize git executable path -- cgit v1.2.1