Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add utility modules for printing and creating rich tables #1780

Merged
merged 7 commits into from
May 24, 2024
8 changes: 2 additions & 6 deletions buildtest/builders/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,10 @@
resolve_path,
write_file,
)
from buildtest.utils.print import print_content, print_file_content
from buildtest.utils.shell import Shell, is_csh_shell
from buildtest.utils.timer import Timer
from buildtest.utils.tools import (
check_container_runtime,
deep_get,
print_content,
print_file_content,
)
from buildtest.utils.tools import check_container_runtime, deep_get


class BuilderBase(ABC):
Expand Down
Loading
Loading