Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vatsrahul1001 committed Oct 12, 2024
1 parent de7dca5 commit 41b94f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/refactor_dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ def remove_lines_after(file_path, target_line):
parser = argparse.ArgumentParser()
parser.add_argument("file_path", help="file path", type=str)
args = parser.parse_args()
target_line = "from dev.tests_common.test_utils.watcher import watcherr"
target_line = "from dev.tests_common.test_utils.watcher import watcher"
remove_lines_after(args.file_path, target_line)

0 comments on commit 41b94f6

Please sign in to comment.