Skip to content

Commit 69b99b1

Browse files
author
liuhuiqi.7
committed
feat(e2ee): fix lint
1 parent b479d92 commit 69b99b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

volcenginesdkark/models/get_endpoint_certificate_request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,4 +147,4 @@ def __ne__(self, other):
147147
if not isinstance(other, GetEndpointCertificateRequest):
148148
return True
149149

150-
return self.to_dict() != other.to_dict()
150+
return self.to_dict() != other.to_dict()

0 commit comments

Comments
 (0)