chore: add return type

This commit is contained in:
tretrauit 2023-06-16 20:11:58 +07:00
parent 9d7322ad1e
commit c483f289c9

View File

@ -22,7 +22,7 @@ class Git:
self._cache.mkdir(parents=True, exist_ok=True) self._cache.mkdir(parents=True, exist_ok=True)
@staticmethod @staticmethod
def is_installed(): def is_installed() -> bool:
""" """
Check for git installation Check for git installation