Skip to content

Commit a1d3b1f

Browse files
committed
remove commented code
1 parent 17e5a48 commit a1d3b1f

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

namesilo/common/models.py

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -29,23 +29,6 @@ class DomainInfo:
2929
@classmethod
3030
def from_api(cls, data: dict) -> "DomainInfo":
3131
reply = data["reply"]
32-
# test = {
33-
# 'code': 300,
34-
# 'detail': 'success',
35-
# 'created': '2025-12-31',
36-
# 'expires': '2026-12-31',
37-
# 'status': 'Active',
38-
# 'locked': 'Yes',
39-
# 'private': 'Yes',
40-
# 'auto_renew': 'No',
41-
# 'traffic_type': 'Custom DNS',
42-
# 'email_verification_required': 'No',
43-
# 'portfolio': 'N/A',
44-
# 'forward_url': 'N/A',
45-
# 'forward_type': 'N/A',
46-
# 'nameservers': [{'nameserver': 'gina.ns.cloudflare.com', 'position': 1}, {'nameserver': 'will.ns.cloudflare.com', 'position': 2}],
47-
# 'contact_ids': {'registrant': '153920', 'administrative': '153920', 'technical': '153920', 'billing': '153920'}
48-
# }
4932

5033
return cls(
5134
auto_renew=reply["auto_renew"],

0 commit comments

Comments
 (0)