From 4495699f22ed74c7742383286a9af483a9b7fcc7 Mon Sep 17 00:00:00 2001 From: Jay Dev Jha Date: Wed, 30 Oct 2024 15:35:09 +0530 Subject: [PATCH] Removed the commented imports from go_utils.py Signed-off-by: Jay Dev Jha --- go_utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/go_utils.py b/go_utils.py index ed47441f..9815e702 100644 --- a/go_utils.py +++ b/go_utils.py @@ -2,7 +2,6 @@ import pprint import sys -# from shared_utils import overlaps, overlap_allowed, extension_overlap_allowed, instruction_overlap_allowed, process_enc_line, same_base_isa, add_segmented_vls_insn, expand_nf_field from shared_utils import * pp = pprint.PrettyPrinter(indent=2)