diff --git a/nodes/nodes.py b/nodes/nodes.py index 17fc2a4..3443dfe 100644 --- a/nodes/nodes.py +++ b/nodes/nodes.py @@ -11,7 +11,6 @@ # Import html formatting stuff from bs4 import BeautifulSoup -from prettytable import PrettyTable import datetime # Import Additional common libs @@ -71,4 +70,4 @@ def execute_code(self, code, variable=None, image=None): # Get the output and return it along with the image as a tuple output = redirected_output.getvalue() - return (output, image) \ No newline at end of file + return (output, image)