Remove always true 'cur_key is None' test in KeyData.read_from_gpg()
Since the pub: + fpr: sequence always appear in that order, once and on top of a gpg with-colons output, the condition will always be true.
Since the pub: + fpr: sequence always appear in that order, once and on top of a gpg with-colons output, the condition will always be true.