Black/isort
This commit is contained in:
parent
c5295524c7
commit
d9362adb25
16 changed files with 814 additions and 672 deletions
|
@ -1,11 +1,12 @@
|
|||
import ipaddress
|
||||
from urllib.parse import urlparse
|
||||
|
||||
import ipaddress
|
||||
import opengraph
|
||||
import requests
|
||||
from bs4 import BeautifulSoup
|
||||
|
||||
from .urlutils import is_url_valid, check_url
|
||||
from .urlutils import check_url
|
||||
from .urlutils import is_url_valid
|
||||
|
||||
|
||||
def links_from_note(note):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue