Skip to content

Commit

Permalink
Update service.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SRIKKANTH committed Jan 1, 2025
1 parent 5ac6ffa commit 9cfc7ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lisa/base_tools/service.py
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT license.
import re
from enum import Enum
from time import sleep
from typing import Optional, Type
from enum import Enum

from lisa import schema
from lisa.executable import ExecutableResult, Tool
from lisa.tools.powershell import PowerShell
from lisa.util import (
LisaException,
UnsupportedDistroException,
create_timer,
filter_ansi_escape,
find_group_in_lines,
create_timer,
)


Expand Down

0 comments on commit 9cfc7ab

Please sign in to comment.