fix formatting

This commit is contained in:
Robert Kaussow 2024-03-07 11:25:38 +01:00
parent 41269b4081
commit 10f9f8acb3
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
5 changed files with 5 additions and 0 deletions

View File

@ -1,4 +1,5 @@
"""Proxmox Client."""
import requests
from prometheus_client import Counter

View File

@ -1,4 +1,5 @@
"""Pytest conftest fixtures."""
import logging
import os
import sys

View File

@ -1,4 +1,5 @@
"""Test CLI class."""
import json
import pytest

View File

@ -1,4 +1,5 @@
"""Test Config class."""
import pytest
import ruamel.yaml

View File

@ -1,4 +1,5 @@
"""Test Host class."""
import pytest
from prometheuspvesd.model import Host