Skip to content

Commit

Permalink
Adds missing annotation to Explorer.run
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn authored Jun 25, 2021
1 parent 49edd7f commit 8777f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typeforce/_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def modules(self) -> typing.Iterable[Module]:
continue
yield Module(path=mpath, exe=self.exe, dry=self.dry)

def run(self):
def run(self) -> typing.Iterable[str]:
for module in self.modules:
status = module.process()
yield TEMPLATE.format(
Expand Down

0 comments on commit 8777f28

Please sign in to comment.