updating to 1.7.41

This commit is contained in:
Ayush Saini 2025-05-26 01:11:57 +05:30
parent 2d322e2193
commit 38797c6bc5
179 changed files with 23534 additions and 49926 deletions

View file

@ -47,9 +47,6 @@ def get_human_readable_user_scripts_path() -> str:
def _request_storage_permission() -> bool:
"""If needed, requests storage permission from the user (& return true)."""
from babase._language import Lstr
# noinspection PyProtectedMember
# (PyCharm inspection bug?)
from babase._mgen.enums import Permission
if not _babase.have_permission(Permission.STORAGE):