We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3d8518 commit 0b8c20dCopy full SHA for 0b8c20d
1 file changed
index.ts
@@ -256,7 +256,6 @@ export class PythonShell extends EventEmitter{
256
257
/**
258
* checks syntax without executing code
259
- * @param {string} filePath
260
* @returns {Promise} rejects w/ stderr if syntax failure
261
*/
262
static async checkSyntaxFile(filePath:string){
0 commit comments