Remove unused 'sys' import from several files

parent 3b1c22ab
......@@ -26,7 +26,6 @@
from __future__ import print_function
from __future__ import absolute_import
import os
import sys
import os.path
import logging
......
......@@ -29,7 +29,6 @@ from __future__ import absolute_import
import os
import os.path
import logging
import sys
from .make_sim import ToolSim
from hdlmake.util import path as path_mod
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment