Skip to content

Commit

Permalink
update type hint in expression
Browse files Browse the repository at this point in the history
  • Loading branch information
HydrogenSulfate committed Aug 26, 2023
1 parent cfa853f commit 62e9855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ppsci/utils/expression.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
from typing import Optional
from typing import Tuple

import paddle
from paddle import jit
from paddle import nn

if TYPE_CHECKING:
import paddle
from ppsci import constraint
from ppsci import validate

Expand Down

0 comments on commit 62e9855

Please sign in to comment.