Skip to content

Commit ca4ff59

Browse files
committed
refactor(database/prometheus): Remove unused ABC import
1 parent 7ec23de commit ca4ff59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/powerapi/database/prometheus/collectors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2828
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2929

30-
from abc import ABC, abstractmethod
30+
from abc import abstractmethod
3131
from collections.abc import Iterable
3232
from threading import Lock
3333
from time import time

0 commit comments

Comments
 (0)