From c483f289c9a7599c890ac8c2c60d6f3433b94f7c Mon Sep 17 00:00:00 2001 From: tretrauit Date: Fri, 16 Jun 2023 20:11:58 +0700 Subject: [PATCH] chore: add return type --- vollerei/utils/git/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vollerei/utils/git/__init__.py b/vollerei/utils/git/__init__.py index 4e7406e..1ff1563 100644 --- a/vollerei/utils/git/__init__.py +++ b/vollerei/utils/git/__init__.py @@ -22,7 +22,7 @@ class Git: self._cache.mkdir(parents=True, exist_ok=True) @staticmethod - def is_installed(): + def is_installed() -> bool: """ Check for git installation