mirror of
https://github.com/RGBCube/GitHubWrapper
synced 2025-05-23 17:35:08 +00:00
Make HTTPClient.request use orjson if it exists
This commit is contained in:
parent
0a2efb58cd
commit
5d1ce5b572
2 changed files with 2 additions and 3 deletions
|
@ -23,7 +23,6 @@ def make_link_role(resource_links: Dict[str, str]) -> RoleFunction:
|
|||
options: Dict = {},
|
||||
content: List[str] = [],
|
||||
) -> Tuple[List[Node], List[system_message]]:
|
||||
|
||||
text = utils.unescape(text)
|
||||
has_explicit_title, title, key = split_explicit_title(text)
|
||||
full_url = resource_links[key]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue