dateparser: delete DIGIT_USE_PATTERN (#9243)

Fixes #9242
This commit is contained in:
Alex Waygood
2022-11-22 03:53:56 +00:00
committed by GitHub
parent b9491f962b
commit 0a5202222c

View File

@@ -2,7 +2,6 @@ from re import Pattern
from dateparser.conf import Settings
DIGIT_GROUP_PATTERN: Pattern[str]
NUMERAL_PATTERN: Pattern[str]
class Locale: