Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vertefra committed Aug 27, 2024
1 parent 77fd5fc commit 6a4c8e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion qcog_python_client/qcog/pytorch/validate/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6a4c8e9

Please sign in to comment.