Explorar el Código

Sort imports by ASCII order

Kyle Kelley hace 8 años
padre
commit
0dfacedef5
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. 4 4
      src/rendermime/index.ts

+ 4 - 4
src/rendermime/index.ts

@@ -1,14 +1,14 @@
 // Copyright (c) Jupyter Development Team.
 // Distributed under the terms of the Modified BSD License.
 
-import {
-  Token
-} from 'phosphor/lib/core/token';
-
 import {
   JSONObject
 } from 'phosphor/lib/algorithm/json';
 
+import {
+  Token
+} from 'phosphor/lib/core/token';
+
 import {
   Widget
 } from 'phosphor/lib/ui/widget';