Show More
@@ -213,9 +213,7 class ExecutionInfo(object): | |||
|
213 | 213 | raw_cell = ( |
|
214 | 214 | (self.raw_cell[:50] + "..") if len(self.raw_cell) > 50 else self.raw_cell |
|
215 | 215 | ) |
|
216 | return ( | |
|
217 | '<%s object at %x, raw_cell="%s" store_history=%s silent=%s shell_futures=%s cell_id=%s>' | |
|
218 | % ( | |
|
216 | return '<%s object at %x, raw_cell="%s" store_history=%s silent=%s shell_futures=%s cell_id=%s>' % ( | |
|
219 | 217 |
|
|
220 | 218 |
|
|
221 | 219 |
|
@@ -224,7 +222,6 class ExecutionInfo(object): | |||
|
224 | 222 |
|
|
225 | 223 |
|
|
226 | 224 |
|
|
227 | ) | |
|
228 | 225 | |
|
229 | 226 | |
|
230 | 227 | class ExecutionResult(object): |
|
1 | NO CONTENT: modified file |
General Comments 0
You need to be logged in to leave comments.
Login now