Skip to content

Commit a785428

Browse files
committed
Remove unused import
1 parent a534544 commit a785428

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/arch/zx48k/optimizer/basicblock.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# -*- coding: utf-8 -*-
22

3-
from src import arch
43
import src.api.utils
54
import src.api.config
65

76
from src.api.debug import __DEBUG__
87
from src.api.identityset import IdentitySet
8+
99
from .memcell import MemCell
1010
from .labelinfo import LabelInfo
1111
from .helpers import ALL_REGS, END_PROGRAM_LABEL

0 commit comments

Comments
 (0)