Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 15, 2022
1 parent a1fd13d commit c18b6bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ludwig/benchmarking/resource_usage_tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
# disabling print because the following imports are verbose
f = open(os.devnull, "w")
sys.stdout = f
from experiment_impact_tracker.cpu.common import get_my_cpu_info # noqa E402
from experiment_impact_tracker.gpu.nvidia import get_gpu_info # noqa E402
from experiment_impact_tracker.py_environment.common import get_python_packages_and_versions # noqa E402
from experiment_impact_tracker.cpu.common import get_my_cpu_info # noqa E402
from experiment_impact_tracker.gpu.nvidia import get_gpu_info # noqa E402
from experiment_impact_tracker.py_environment.common import get_python_packages_and_versions # noqa E402

f.close()
sys.stdout = sys.__stdout__
Expand Down

0 comments on commit c18b6bd

Please sign in to comment.