mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Remove unused variable
This commit is contained in:
parent
2f38639a2e
commit
de149975d2
1 changed files with 0 additions and 1 deletions
|
@ -56,7 +56,6 @@ class DNSRecordsDiagnoser(Diagnoser):
|
||||||
def check_domain(self, domain, is_main_domain):
|
def check_domain(self, domain, is_main_domain):
|
||||||
|
|
||||||
if is_special_use_tld(domain):
|
if is_special_use_tld(domain):
|
||||||
categories = []
|
|
||||||
yield dict(
|
yield dict(
|
||||||
meta={"domain": domain},
|
meta={"domain": domain},
|
||||||
data={},
|
data={},
|
||||||
|
|
Loading…
Add table
Reference in a new issue