import fix

This commit is contained in:
Jesse Hills 2022-09-27 13:19:05 +13:00
parent 7238f56473
commit 383f87d539
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A

View File

@ -1,8 +1,5 @@
import asyncio
import logging
import async_timeout
from typing import (
Any,
Awaitable,
@ -16,6 +13,7 @@ from typing import (
cast,
)
import async_timeout
from google.protobuf import message
from .api_pb2 import ( # type: ignore