format code

This commit is contained in:
felinae98
2022-02-12 11:22:39 +08:00
parent 3e5e83098c
commit 5a492aceb3
20 changed files with 42 additions and 42 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
from httpx import Response
from nonebug.app import App
import pytest
import respx
from httpx import Response
from nonebug.app import App
from .utils import get_file, get_json
+1 -1
View File
@@ -1,6 +1,6 @@
import pytest
from httpx import Response
from nonebug.app import App
import pytest
from .utils import get_json
+2 -2
View File
@@ -1,9 +1,9 @@
import time
from httpx import Response
from nonebug.app import App
import pytest
import respx
from httpx import Response
from nonebug.app import App
from .utils import get_json
+2 -2
View File
@@ -1,9 +1,9 @@
import time
from httpx import Response
from nonebug.app import App
import pytest
import respx
from httpx import Response
from nonebug.app import App
from .utils import get_json
+1 -1
View File
@@ -1,8 +1,8 @@
from time import time
from typing import Any, Optional
from nonebug.app import App
import pytest
from nonebug.app import App
now = time()
passed = now - 3 * 60 * 60
+2 -2
View File
@@ -1,11 +1,11 @@
from datetime import datetime
import feedparser
import pytest
import respx
from httpx import Response
from nonebug.app import App
import pytest
from pytz import timezone
import respx
from .utils import get_file, get_json