@@ -1,4 +1 @@
/// <reference path="../../../typings/codemirror/codemirror.d.ts"/>
-
-// For a Thenable reference in jupyter-js-services
-type Thenable<T> = Promise<T>