Skip to content

Commit

Permalink
Fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
evhub committed May 28, 2023
1 parent 75cffe2 commit aaf6925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _coconut/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ else:
import trollius as _asyncio # type: ignore

if sys.version_info >= (3, 5):
import async_generator as _async_generator
import async_generator as _async_generator # type: ignore

try:
import numpy as _numpy # type: ignore
Expand Down

0 comments on commit aaf6925

Please sign in to comment.