diff --git a/qcog_python_client/qcog/pytorch/validate/utils.py b/qcog_python_client/qcog/pytorch/validate/utils.py index 1ae9504..7e0ad29 100644 --- a/qcog_python_client/qcog/pytorch/validate/utils.py +++ b/qcog_python_client/qcog/pytorch/validate/utils.py @@ -52,7 +52,9 @@ def get_third_party_imports(source_code: io.BytesIO, package_path: str) -> set[s # Get the path of the standard library. # All the modules that are OS dependent are on this path - python_sys_lib = distutils.sysconfig.get_python_lib(plat_specific=True, standard_lib=True) + python_sys_lib = distutils.sysconfig.get_python_lib( + plat_specific=True, standard_lib=True + ) print("** python_sys_lib", python_sys_lib) for imp_ in imports: