[upstream_utils] Clean up package imports (#6857)

This commit is contained in:
Tyler Veness
2024-07-20 07:01:06 -07:00
committed by GitHub
parent 6ec8763eac
commit d827c84c5e
17 changed files with 16 additions and 86 deletions

View File

@@ -4,10 +4,7 @@ import os
import shutil
from upstream_utils import (
get_repo_root,
clone_repo,
walk_if,
git_am,
Lib,
)