Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9c7476a

Browse files
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
1 parent 7d9d9ee commit 9c7476a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

IPython/extensions/autoreload.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ def __call__(self):
392392
"__spec__",
393393
"__file__",
394394
"__cached__",
395-
"__builtins__"
395+
"__builtins__",
396396
]
397397

398398

0 commit comments

Comments
 (0)