Show More
@@ -944,7 +944,7 b' def format_display_data(obj, include=None, exclude=None):' | |||
|
944 | 944 | """ |
|
945 | 945 | from IPython.core.interactiveshell import InteractiveShell |
|
946 | 946 | |
|
947 | InteractiveShell.instance().display_formatter.format( | |
|
947 | return InteractiveShell.instance().display_formatter.format( | |
|
948 | 948 | obj, |
|
949 | 949 | include, |
|
950 | 950 | exclude |
General Comments 0
You need to be logged in to leave comments.
Login now