Parcourir la source

Fix import order.

Afshin Darian il y a 8 ans
Parent
commit
9cc20dad0d
1 fichiers modifiés avec 5 ajouts et 4 suppressions
  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';