Skip to content

Commit d3486f2

Browse files
committed
Add missing import
1 parent a1f5a5b commit d3486f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mautrix/util/async_iter_bytes.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
# This Source Code Form is subject to the terms of the Mozilla Public
44
# License, v. 2.0. If a copy of the MPL was not distributed with this
55
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
6+
from __future__ import annotations
7+
68
from typing import AsyncGenerator, Union
79

810
AsyncBody = AsyncGenerator[Union[bytes, bytearray, memoryview], None]

0 commit comments

Comments
 (0)