chore: code format
This commit is contained in:
parent
366dae2082
commit
58723a387f
6 changed files with 52 additions and 42 deletions
|
|
@ -20,5 +20,6 @@ def normalize_public_key(pubkey: str) -> str:
|
|||
int(pubkey, 16)
|
||||
return pubkey
|
||||
|
||||
|
||||
def extract_domain(url: str) -> str:
|
||||
return urlparse(url).netloc
|
||||
return urlparse(url).netloc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue