From 8777f2837940d09b6276669771fc41dcb62e0900 Mon Sep 17 00:00:00 2001 From: Nikita Sobolev Date: Fri, 25 Jun 2021 11:22:34 +0300 Subject: [PATCH] Adds missing annotation to `Explorer.run` --- typeforce/_core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typeforce/_core.py b/typeforce/_core.py index c562abf..947798e 100644 --- a/typeforce/_core.py +++ b/typeforce/_core.py @@ -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(