Regen stuff

This commit is contained in:
Pablo Galindo 2025-12-06 15:44:07 +00:00
parent db151a5192
commit ea120fc6e9
17 changed files with 26 additions and 33 deletions

View file

@ -191,7 +191,7 @@ def attr_matches(self, text):
continue
if (isinstance(thisobject, types.ModuleType)
and
and
isinstance(thisobject.__dict__.get(word),types.LazyImportType)
):
value = thisobject.__dict__.get(word)