Update client/ayon_core/lib/python_module_tools.py

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
Ondřej Samohel 2025-03-18 11:22:17 +01:00 committed by GitHub
parent fb64de8d32
commit d313740434
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,8 +12,8 @@ log = logging.getLogger(__name__)
def import_filepath( def import_filepath(
filepath: str, filepath: str,
module_name: Optional[str]=None, module_name: Optional[str] = None,
sys_module_name: Optional[str]=None) -> types.ModuleType: sys_module_name: Optional[str] = None) -> types.ModuleType:
"""Import python file as python module. """Import python file as python module.
Args: Args: