Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit 1c44246

Browse files
committed
Add missing import
1 parent 96391fd commit 1c44246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/betterproto2_compiler/templates/header.py.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ __all__ = (
2121
import builtins
2222
import datetime
2323
import warnings
24-
from collections.abc import AsyncIterable, AsyncIterator, Iterable
24+
from collections.abc import AsyncIterable, AsyncIterator, Iterable, Iterator
2525
import typing
2626
from typing import TYPE_CHECKING
2727

0 commit comments

Comments
 (0)