Apply formatting

This commit is contained in:
François Voron
2021-08-29 17:00:59 +02:00
parent 83873338f3
commit ce69ea5b8a
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
from typing import Any, Awaitable, Union, Type
from typing import Any, Awaitable, Type, Union
try:
from typing import Protocol