소스 검색

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.
 // Distributed under the terms of the Modified BSD License.
+
+import {
+  each
+} from 'phosphor/lib/algorithm/iteration';
+
 import {
   find, findIndex, upperBound
 } from 'phosphor/lib/algorithm/searching';
@@ -20,10 +25,6 @@ import {
   DockPanel
 } from 'phosphor/lib/ui/dockpanel';
 
-import {
-  each
-} from 'phosphor/lib/algorithm/iteration';
-
 import {
   FocusTracker
 } from 'phosphor/lib/ui/focustracker';