Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Su <pingsutw@apache.org>
  • Loading branch information
pingsutw committed Mar 28, 2023
1 parent bc03b7f commit 268471a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flytekit/tools/script_mode.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def copy_module_to_destination(
original_source_path: str, original_destination_path: str, module_name: str, visited: typing.List[str]
):
"""
Copy the module (file) to the destination directory. If the module relative import other modules, flytekit will
Copy the module (file) to the destination directory. If the module relative imports other modules, flytekit will
recursively copy them as well.
"""
mod = importlib.import_module(module_name)
Expand Down

0 comments on commit 268471a

Please sign in to comment.