fix: test: pylint

This commit is contained in:
rachmadaniHaryono 2021-02-28 14:13:39 +08:00
parent e178fcbb30
commit e5021a220a

View File

@ -214,7 +214,7 @@ def search_bookmarks():
return res
def get_bool_from_env_var(key: str, default_value: bool)->bool:
def get_bool_from_env_var(key: str, default_value: bool) -> bool:
"""Get bool value from env var."""
value = os.getenv(key)
if value is None: