Преглед на файлове

Sort imports by ASCII order

Kyle Kelley преди 8 години
родител
ревизия
0dfacedef5
променени са 1 файла, в които са добавени 4 реда и са изтрити 4 реда
  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';