mirror of https://github.com/google/oss-fuzz.git
validators: remove call to removed module (#9906)
This commit is contained in:
parent
ef223dc0ca
commit
11c63707a2
|
@ -22,7 +22,6 @@ def TestOneInput(data):
|
|||
targets = [
|
||||
validators.uuid,
|
||||
validators.url,
|
||||
validators.truthy,
|
||||
validators.slug,
|
||||
validators.mac_address,
|
||||
validators.ipv4,
|
||||
|
|
Loading…
Reference in New Issue