Skip to content

Commit

Permalink
enhancement(#5229): Removing unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
pro-akim committed Apr 30, 2024
1 parent 0ac62a3 commit c55fd32
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

from ..helpers.agent import WazuhAgent, WazuhAPI
from ..helpers.constants import WAZUH_ROOT, WINDOWS_ROOT_DIR, MACOS_ROOT_DIR
from ..helpers.generic import HostConfiguration, HostInformation, GeneralComponentActions, Waits
from ..helpers.generic import HostInformation, GeneralComponentActions, Waits
from modules.testing.utils import logger
from ..helpers.manager import WazuhManager
from ..helpers.utils import Utils
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
from modules.testing.utils import logger
from ..helpers.manager import WazuhManager
from ..helpers.utils import Utils
from ..helpers.executor import ConnectionManager

@pytest.fixture(scope="module", autouse=True)
def wazuh_params(request):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import pytest
import re

from ..helpers.agent import WazuhAgent, WazuhAPI
from ..helpers.agent import WazuhAgent
from ..helpers.generic import GeneralComponentActions, HostInformation
from modules.testing.utils import logger
from ..helpers.manager import WazuhManager
Expand Down

0 comments on commit c55fd32

Please sign in to comment.