Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
yutongzhang-microsoft committed Nov 15, 2024
1 parent 752d893 commit fbc904b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .azure-pipelines/dependency_check/dependency_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ def check_cross_dependency(imports_in_script):
files = collect_all_scripts()
imported_modules_in_files = get_imported_modules(files)
cross_dependency = check_cross_dependency(imported_modules_in_files)
print(cross_dependency)
if cross_dependency:
print("\033[31mThere are cross-feature dependencies, which is not allowed in our repo\033[0m")
print("\033[31mTo resolve this issue, please move the shared function to common place, "
Expand Down

0 comments on commit fbc904b

Please sign in to comment.