Kaynağa Gözat

Fix regex for ignoring MARC subfields.

scossu 1 ay önce
ebeveyn
işleme
f4f4b820b9
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      scriptshifter/trans.py

+ 1 - 1
scriptshifter/trans.py

@@ -1,7 +1,7 @@
 import logging
 
 from importlib import import_module
-from re import Pattern, compile
+from re import Pattern
 from unicodedata import normalize as precomp_normalize
 
 from scriptshifter.exceptions import BREAK, CONT