From bac07fea6d2d4ed5fb7070c51e4cf3e56e3c155a Mon Sep 17 00:00:00 2001 From: Austin Morton Date: Fri, 25 Sep 2020 11:21:30 -0400 Subject: Eliminate all dynamic require statements (#2230) --- lib/compilers/python.js | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/compilers/python.js') diff --git a/lib/compilers/python.js b/lib/compilers/python.js index a35b34b5e..843024552 100644 --- a/lib/compilers/python.js +++ b/lib/compilers/python.js @@ -27,6 +27,7 @@ const BaseCompiler = require('../base-compiler'), path = require('path'); class PythonCompiler extends BaseCompiler { + static get key() { return 'python'; } constructor(compilerInfo, env) { super(compilerInfo, env); -- cgit v1.2.3