Open erickpeirson opened 5 years ago
We require a function is_valid(value: str) -> bool in relations/process/validate/url.py that checks whether or not a string is a valid HTTP(S) URL.
is_valid(value: str) -> bool
relations/process/validate/url.py
Hey, I can take this issue @erickpeirson
We require a function
is_valid(value: str) -> bool
inrelations/process/validate/url.py
that checks whether or not a string is a valid HTTP(S) URL.