mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-25 11:48:06 +00:00
Meta: Sort all python imports
This commit is contained in:
parent
c53ee261dd
commit
18718e0876
Notes:
github-actions[bot]
2025-06-09 15:26:31 +00:00
Author: https://github.com/trflynn89
Commit: 18718e0876
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5038
Reviewed-by: https://github.com/ADKaster ✅
Reviewed-by: https://github.com/R-Goc
10 changed files with 24 additions and 13 deletions
|
@ -1,15 +1,17 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
import os
|
||||
import re
|
||||
import sys
|
||||
|
||||
from collections import namedtuple
|
||||
from dataclasses import dataclass
|
||||
from enum import Enum
|
||||
from html.parser import HTMLParser
|
||||
from pathlib import Path
|
||||
from urllib.parse import urljoin, urlparse
|
||||
from urllib.parse import urljoin
|
||||
from urllib.parse import urlparse
|
||||
from urllib.request import urlopen
|
||||
import re
|
||||
import os
|
||||
import sys
|
||||
|
||||
wpt_base_url = "https://wpt.live/"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue