From b3689f73e30833960497272cf6f4471d496f5aac Mon Sep 17 00:00:00 2001 From: Wing Lian Date: Wed, 1 Nov 2023 20:25:10 -0400 Subject: [PATCH] chore: lint --- src/axolotl/utils/bench.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/axolotl/utils/bench.py b/src/axolotl/utils/bench.py index 2111fe819..00f4e5dcc 100644 --- a/src/axolotl/utils/bench.py +++ b/src/axolotl/utils/bench.py @@ -1,6 +1,5 @@ """Benchmarking and measurement utilities""" import functools - import logging import pynvml