I think the main benefit is that this will make gusty's behavior identical to when a user uses something like import some_module. The one constraint might be that file names need to be valid module ...
$ python Python 3.9.0 (default, May 17 2023, 22:45:04) [Clang 14.0.0 (clang-1400.0.29.202)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> from importlib import ...