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

Commit 4e32767

Browse files
committed
Format code
1 parent 7f8070e commit 4e32767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/betterproto2_compiler/plugin/typing_compiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def async_iterable(self, type_: str) -> str:
140140
def async_iterator(self, type_: str) -> str:
141141
self._imported = True
142142
return f"typing.AsyncIterator[{type_}]"
143-
143+
144144
def sync_iterable(self, type_: str) -> str:
145145
self._imported = True
146146
return f"typing.Iterable[{type_}]"

0 commit comments

Comments
 (0)