Skip to content

Commit

Permalink
Remove commented out import lines
Browse files Browse the repository at this point in the history
Signed-off-by: Jay Dev Jha <jaydev.neuroscitech@gmail.com>
  • Loading branch information
IIITM-Jay authored and Timmmm committed Oct 30, 2024
1 parent 938e6d5 commit 14d6674
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion c_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import os
import pprint

# 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)
Expand Down
1 change: 0 additions & 1 deletion go_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 0 additions & 1 deletion sverilog_utils.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import logging
import pprint

# 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)
Expand Down

0 comments on commit 14d6674

Please sign in to comment.