Afshin Darian %!s(int64=7) %!d(string=hai) anos
pai
achega
985857b669
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      packages/cells/src/collapser.tsx

+ 3 - 3
packages/cells/src/collapser.tsx

@@ -8,7 +8,7 @@ import {
 } from '@jupyterlab/apputils';
 
 import {
-  h, VirtualNode
+  VirtualNode
 } from '@phosphor/virtualdom';
 
 import {
@@ -44,7 +44,7 @@ const MOD_COLLAPSED_CLASS = 'jp-mod-collapsed';
 
 /**
  * Abstract collapser base class.
- * 
+ *
  * ### Notes
  * A collapser is a visible div to the left of a cell's
  * input/output that a user can click on to collapse the
@@ -163,4 +163,4 @@ class OutputCollapser extends Collapser {
     /* We need this until we watch the cell state */
     this.update();
   }
-}
+}