From f5c10fcbf7410ec4f17678ad7582efc4f1651f7e Mon Sep 17 00:00:00 2001 From: Patrick Kidger <33688385+patrick-kidger@users.noreply.github.com> Date: Mon, 11 Jul 2022 12:50:19 +0100 Subject: [PATCH] Black --- jaxtyping/import_hook.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jaxtyping/import_hook.py b/jaxtyping/import_hook.py index a419fde..31f74e8 100644 --- a/jaxtyping/import_hook.py +++ b/jaxtyping/import_hook.py @@ -104,7 +104,7 @@ class _JaxtypingTransformer(ast.NodeVisitor): 0, ast.Attribute( ast.Name(id="jaxtyping", ctx=ast.Load()), "jaxtyped", ast.Load() - ) + ), ) if self._typechecker is not None: # Place at the end of the decorator list, as decorators