Skip to content

Commit f4f4b82

Browse files
committed
Fix regex for ignoring MARC subfields.
1 parent 92a341d commit f4f4b82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scriptshifter/trans.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import logging
22

33
from importlib import import_module
4-
from re import Pattern, compile
4+
from re import Pattern
55
from unicodedata import normalize as precomp_normalize
66

77
from scriptshifter.exceptions import BREAK, CONT

0 commit comments

Comments
 (0)