Remove self. from self.rsa_private_key, not used elsewhere.
This variable is not used anywhere outside this function, so it does not need to be an instance attribute.
Showing
Please register or sign in to comment
This variable is not used anywhere outside this function, so it does not need to be an instance attribute.