Skip to content

Commit eb8664d

Browse files
committed
Add return type
1 parent 2130007 commit eb8664d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bpython/importcompletion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ def find_all_modules(
231231
self.modules.add(module)
232232
yield
233233

234-
def find_coroutine(self):
234+
def find_coroutine(self) -> Optional[bool]:
235235
if self.fully_loaded:
236236
return None
237237

0 commit comments

Comments
 (0)