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