mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2026-05-09 10:17:56 +08:00
update config
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import typing
|
||||
|
||||
from httpx import Response
|
||||
import pytest
|
||||
import respx
|
||||
from httpx import Response
|
||||
|
||||
if typing.TYPE_CHECKING:
|
||||
import sys
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import typing
|
||||
|
||||
import pytest
|
||||
from httpx import Response
|
||||
import pytest
|
||||
|
||||
if typing.TYPE_CHECKING:
|
||||
import sys
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
import time
|
||||
import typing
|
||||
|
||||
from httpx import Response
|
||||
import pytest
|
||||
import respx
|
||||
from httpx import Response
|
||||
|
||||
from .utils import get_json
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
import time
|
||||
import typing
|
||||
|
||||
from httpx import Response
|
||||
import pytest
|
||||
import respx
|
||||
from httpx import Response
|
||||
|
||||
from .utils import get_json
|
||||
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
import typing
|
||||
from datetime import datetime
|
||||
import typing
|
||||
|
||||
import feedparser
|
||||
import pytest
|
||||
import respx
|
||||
from httpx import Response
|
||||
import pytest
|
||||
from pytz import timezone
|
||||
import respx
|
||||
|
||||
if typing.TYPE_CHECKING:
|
||||
import sys
|
||||
|
||||
Reference in New Issue
Block a user