batch: Add missing import
Commit 88697add1b55c missed adding the necessary import. Spotted by eslint. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/606
This commit is contained in:
parent
074129682b
commit
a8f0787c91
@ -44,6 +44,7 @@
|
||||
* replaced by something else.
|
||||
*/
|
||||
|
||||
const { GObject } = imports.gi;
|
||||
const Signals = imports.signals;
|
||||
|
||||
var Task = class {
|
||||
|
Loading…
x
Reference in New Issue
Block a user