lint: type annotations, ignoring report for now
This commit is contained in:
parent
2d549fb823
commit
6e691257f7
3 changed files with 4 additions and 2 deletions
|
@ -55,7 +55,7 @@ class Origin(AbstractConfiguration):
|
|||
proxy.destroy()
|
||||
|
||||
@property
|
||||
def normalised_domain_name(self):
|
||||
def normalised_domain_name(self) -> str:
|
||||
extracted_domain = tldextract.extract(self.domain_name)
|
||||
return extracted_domain.registered_domain
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue