From 9c7476a88af3e567426b412f1b3c778401d8f6aa 2020-12-17 14:31:32 From: Spas Kalaydzhisyki Date: 2020-12-17 14:31:32 Subject: [PATCH] Apply black to IPython/extensions/autoreload.py black --target-version py36 IPython/extensions/autoreload.py To ignore those changes when using git blame see the content of .git-blame-ignore-revs --- diff --git a/IPython/extensions/autoreload.py b/IPython/extensions/autoreload.py index 198f84f..cfd1977 100644 --- a/IPython/extensions/autoreload.py +++ b/IPython/extensions/autoreload.py @@ -392,7 +392,7 @@ mod_attrs = [ "__spec__", "__file__", "__cached__", - "__builtins__" + "__builtins__", ]