mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-23 06:38:50 +00:00
remove unused Poolname validation (#2094)
This commit is contained in:
@ -28,6 +28,5 @@ class Container(str):
|
||||
|
||||
class PoolName(str):
|
||||
def __new__(cls, value: str) -> "PoolName":
|
||||
check_alnum_dash(value)
|
||||
obj = super().__new__(cls, value)
|
||||
return obj
|
||||
|
Reference in New Issue
Block a user