don't check the type since older python doesn't have re.Pattern
This commit is contained in:
		| @@ -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__() | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jakob Ketterl
					Jakob Ketterl