update config

This commit is contained in:
felinae98
2022-02-12 10:40:27 +08:00
parent 649c1cf8f2
commit 7dbbaea6c8
18 changed files with 36 additions and 24 deletions
+1 -1
View File
@@ -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 -1
View File
@@ -1,7 +1,7 @@
import typing
import pytest
from httpx import Response
import pytest
if typing.TYPE_CHECKING:
import sys
+1 -1
View File
@@ -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 -1
View File
@@ -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
+3 -3
View File
@@ -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