Skip to content

Commit

Permalink
Merge pull request #16 from felipeffm/quickfix/repeated_line
Browse files Browse the repository at this point in the history
fix(dry): repeated declaration of method.
  • Loading branch information
leogregianin authored Jun 21, 2023
2 parents eb8ed7c + 11a9abf commit b3566e5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions digital_certificate/cert.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ def subject(self):
def common_name(self):
return self.cert.subject.get_attributes_for_oid(NameOID.COMMON_NAME)[0].value

def common_name(self):
return self.cert.subject.get_attributes_for_oid(NameOID.COMMON_NAME)[0].value

def common_name_split_issuer(self):
"""
Issuer ou "Emitente"
Expand Down

0 comments on commit b3566e5

Please sign in to comment.