diff options
Diffstat (limited to 'tools/format.py')
-rwxr-xr-x | tools/format.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/format.py b/tools/format.py index 083640c22..74323708a 100755 --- a/tools/format.py +++ b/tools/format.py @@ -3,12 +3,10 @@ from glob import glob import os import sys -from third_party import fix_symlinks, google_env, python_env +from third_party import google_env, python_env from third_party import clang_format_path, third_party_path from util import root_path, run, find_exts, platform -fix_symlinks() - prettier = os.path.join(third_party_path, "node_modules", "prettier", "bin-prettier.js") tools_path = os.path.join(root_path, "tools") |