Skip to content

Commit

Permalink
Merge pull request #192 from 0x41424142/actions/black
Browse files Browse the repository at this point in the history
  • Loading branch information
0x41424142 authored Nov 22, 2024
2 parents 3695690 + b0939b4 commit 0f96116
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion qualysdk/cert/data_classes/Asset.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ class Asset(BaseCls):
primaryIp: str = None

def __post_init__(self):

if self.hostInstances:
setattr(
self,
Expand Down
1 change: 0 additions & 1 deletion qualysdk/cert/data_classes/Certificate.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ class Certificate:
# end of rootissuer fields

def __post_init__(self):

INT_TO_DT_FIELDS = ["validTo", "validFrom", "lastFound"]
STR_TO_DT_FIELDS = ["validToDate", "validFromDate", "createdDate", "updateDate"]
DT_FIELDS = INT_TO_DT_FIELDS + STR_TO_DT_FIELDS
Expand Down

0 comments on commit 0f96116

Please sign in to comment.