Skip to content

Commit

Permalink
Update windows_feature.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SRIKKANTH committed Dec 30, 2024
1 parent c04883f commit ba66872
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lisa/tools/windows_feature.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT license.

from typing import Any
from typing import Any, List

from lisa.executable import Tool

from lisa.tools.powershell import PowerShell
from typing import List


# WindowsFeature management tool for Windows.
# It can install, uninstall, and check the status of Windows features.
Expand Down

0 comments on commit ba66872

Please sign in to comment.