Skip to content
This repository has been archived by the owner on Feb 3, 2024. It is now read-only.

Commit

Permalink
reformat via black and pylama
Browse files Browse the repository at this point in the history
  • Loading branch information
rl-devops committed Jan 27, 2023
1 parent 7fce374 commit cbcf552
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions whois/tld_regexpr.py
Original file line number Diff line number Diff line change
Expand Up @@ -2651,10 +2651,10 @@
ZZ["you"] = {"_server": "whois.nic.you", "extend": "com"}
ZZ["zappos"] = {"_server": "whois.nic.zappos", "extend": "com"}

ZZ['amfam'] = {'_server': 'whois.nic.amfam', 'extend': 'com'}
ZZ['lplfinancial'] = {'_server': 'whois.nic.lplfinancial', 'extend': 'com'} # auto-detected via IANA tld
ZZ['okinawa'] = {'_server': 'whois.nic.okinawa', 'extend': 'com'} # auto-detected via IANA tld
ZZ['ryukyu'] = {'_server': 'whois.nic.ryukyu', 'extend': 'com'} # auto-detected via IANA tld
ZZ['softbank'] = {'_server': 'whois.nic.softbank', 'extend': 'com'} # auto-detected via IANA tld
ZZ["amfam"] = {"_server": "whois.nic.amfam", "extend": "com"}
ZZ["lplfinancial"] = {"_server": "whois.nic.lplfinancial", "extend": "com"} # auto-detected via IANA tld
ZZ["okinawa"] = {"_server": "whois.nic.okinawa", "extend": "com"} # auto-detected via IANA tld
ZZ["ryukyu"] = {"_server": "whois.nic.ryukyu", "extend": "com"} # auto-detected via IANA tld
ZZ["softbank"] = {"_server": "whois.nic.softbank", "extend": "com"} # auto-detected via IANA tld

ZZ["gov"] = { "extend": "com"} # only 2 or 3 fields are actually returned
ZZ["gov"] = {"extend": "com"} # only 2 or 3 fields are actually returned

0 comments on commit cbcf552

Please sign in to comment.