JSON encoder change via app (#2055)

This commit is contained in:
Adam Hopkins
2021-03-11 17:09:18 +02:00
committed by GitHub
parent d76925cf35
commit b1a57a8b62
7 changed files with 116 additions and 15 deletions

View File

@@ -1,10 +1,10 @@
from pathlib import PurePath
from typing import NamedTuple, List, Union, Iterable, Optional
from typing import Iterable, List, NamedTuple, Optional, Union
from sanic.models.handler_types import (
ErrorMiddlewareType,
ListenerType,
MiddlewareType,
ErrorMiddlewareType,
)