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.""" """Proxmox Client."""
import requests import requests
from prometheus_client import Counter from prometheus_client import Counter

View File

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

View File

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

View File

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

View File

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