Browse Source

Sort imports by ASCII order

Kyle Kelley 8 years ago
parent
commit
0dfacedef5
1 changed files with 4 additions and 4 deletions
  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';