瀏覽代碼

Fix import order.

Afshin Darian 8 年之前
父節點
當前提交
9cc20dad0d
共有 1 個文件被更改,包括 5 次插入4 次删除
  1. 5 4
      src/application/shell.ts

+ 5 - 4
src/application/shell.ts

@@ -1,5 +1,10 @@
 // Copyright (c) Jupyter Development Team.
 // Copyright (c) Jupyter Development Team.
 // Distributed under the terms of the Modified BSD License.
 // Distributed under the terms of the Modified BSD License.
+
+import {
+  each
+} from 'phosphor/lib/algorithm/iteration';
+
 import {
 import {
   find, findIndex, upperBound
   find, findIndex, upperBound
 } from 'phosphor/lib/algorithm/searching';
 } from 'phosphor/lib/algorithm/searching';
@@ -20,10 +25,6 @@ import {
   DockPanel
   DockPanel
 } from 'phosphor/lib/ui/dockpanel';
 } from 'phosphor/lib/ui/dockpanel';
 
 
-import {
-  each
-} from 'phosphor/lib/algorithm/iteration';
-
 import {
 import {
   FocusTracker
   FocusTracker
 } from 'phosphor/lib/ui/focustracker';
 } from 'phosphor/lib/ui/focustracker';