From 907befedfeb57de3fa04ac73a87ccca135505979 Mon Sep 17 00:00:00 2001 From: Labrys of Knossos Date: Sat, 3 Dec 2022 13:41:16 -0500 Subject: [PATCH] Add type-hints for `PyMedusaApiV1.api_call` --- core/auto_process/managers/pymedusa.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/auto_process/managers/pymedusa.py b/core/auto_process/managers/pymedusa.py index f166c730..640875e2 100644 --- a/core/auto_process/managers/pymedusa.py +++ b/core/auto_process/managers/pymedusa.py @@ -35,7 +35,7 @@ class PyMedusaApiV1(SickBeard): route, ) - def api_call(self): + def api_call(self) -> ProcessResult: self._process_fork_prarams() logger.debug(f'Opening URL: {self.url} with params: {self.sb_init.fork_params}', self.sb_init.section) try: