Merge branch 'release-0.20' into develop
This commit is contained in:
commit
bee0f67efd
@ -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