Skip to content

Commit

Permalink
Code style
Browse files Browse the repository at this point in the history
  • Loading branch information
qiyuangong committed Jun 13, 2024
1 parent 1226837 commit 5436e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/llm/src/ipex_llm/utils/ipex_importer.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@


def replace_import():
builtins.__import__ = custom_ipex_import
builtins.__import__ = custom_ipex_import


def revert_import():
Expand Down

0 comments on commit 5436e14

Please sign in to comment.