fqdn icon indicating copy to clipboard operation
fqdn copied to clipboard

Accept empty string on construction

Open shane-kearns opened this issue 11 months ago • 0 comments

The empty string is already treated as invalid by the supplied validators. It was incorrect to raise ValueError on construction since this requires users to pre-validate strings before passing to a validation library.

Fixes #45

shane-kearns avatar Mar 04 '24 16:03 shane-kearns