Skip to content

Commit

Permalink
Update utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rical730 authored May 31, 2024
1 parent c57e381 commit 60c947c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parl/utils/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def check(installed_framework):
paddle_installed = False
import paddle
try:
from paddle import fluid
from paddle import fluid # will raise error in latest paddle
except ImportError as e:
fluid_installed = False
paddle_version = get_fluid_version()
Expand Down

0 comments on commit 60c947c

Please sign in to comment.