Skip to content

Commit

Permalink
fix: rename _vendor -> vendor
Browse files Browse the repository at this point in the history
Signed-off-by: zjgemi <[email protected]>
  • Loading branch information
zjgemi committed Oct 24, 2023
1 parent a7fa89d commit 9c3a5bf
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dflow/python/op.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from ..io import (InputArtifact, InputParameter, OutputArtifact,
OutputParameter, type_to_str)
from ..utils import dict2list, get_key, randstr, s3_config
from ._vendor.typeguard import check_type
from .vendor.typeguard import check_type
from .opio import OPIO, Artifact, BigParameter, OPIOSign, Parameter

iwd = os.getcwd()
Expand Down
File renamed without changes.

0 comments on commit 9c3a5bf

Please sign in to comment.