Skip to content

Commit dea2f28

Browse files
author
Arnau Orriols
committed
Remove unused sys import in Python code
1 parent f2a9ce0 commit dea2f28

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/python-function.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ module.exports = function (RED) {
7676
self.name = config.name;
7777
self.func = {
7878
code: `
79-
import sys
8079
import os
8180
import json
8281

0 commit comments

Comments
 (0)