Changed some logging messages and removed import logging statement from troubleshooting

This commit is contained in:
TheNetworkGuy
2024-10-30 21:25:58 +01:00
parent 20096a215b
commit 06f97b132a
2 changed files with 4 additions and 5 deletions

View File

@@ -3,7 +3,6 @@
"""Module that hosts all functions for virtual machine processing"""
from os import sys
from logging import getLogger
from modules.device import PhysicalDevice
from modules.hostgroups import Hostgroup
from modules.interface import ZabbixInterface