Skip to content

Commit 718da31

Browse files
committed
Remove unused import
1 parent 056f92f commit 718da31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/arch/zx48k/peephole/parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
import sys
55
import re
6-
from collections import defaultdict, namedtuple
6+
from collections import defaultdict
77

88
from typing import Any
99
from typing import Dict

0 commit comments

Comments
 (0)