don't check the type since older python doesn't have re.Pattern
This commit is contained in:
parent
b2e8fc5ad5
commit
f81cf3570a
@ -80,7 +80,7 @@ class NumberValidator(OrValidator):
|
||||
|
||||
|
||||
class RegexValidator(StringValidator):
|
||||
def __init__(self, regex: re.Pattern):
|
||||
def __init__(self, regex):
|
||||
self.regex = regex
|
||||
super().__init__()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user