Skip to content

Commit

Permalink
Make type annotation accurate
Browse files Browse the repository at this point in the history
  • Loading branch information
justvanrossum committed Apr 29, 2024
1 parent 1af7d01 commit 826cfee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fontra_compile/compile_fontmake_action.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class CompileFontMakeAction:
@asynccontextmanager
async def connect(
self, input: ReadableFontBackend
) -> AsyncGenerator[ReadableFontBackend | OutputActionProtocol, None]:
) -> AsyncGenerator[OutputActionProtocol, None]:
self.input = input
try:
yield self
Expand Down

0 comments on commit 826cfee

Please sign in to comment.