Unreachable code for blank option check

https://gitlab.com/loic.quertenmont/django_validated_jsonfield/-/blob/master/django_validated_jsonfield/fields.py#L86

Probably a bug here:

            if(None and blank):
                print("#WARNING# ValidatedJSONField: blank argument can't be set to True otherwise validation is not run")

code inside if is never reachable