Explorar o código

Sort imports by ASCII order

Kyle Kelley %!s(int64=8) %!d(string=hai) anos
pai
achega
0dfacedef5
Modificáronse 1 ficheiros con 4 adicións e 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';