Skip to content

Commit e97da35

Browse files
committed
Lint
1 parent 7b6eff6 commit e97da35

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

redis_sre_agent/tools/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from enum import Enum
2-
from typing import TYPE_CHECKING, Any, Awaitable, Callable, Dict, Optional
2+
from typing import Any, Awaitable, Callable, Dict, Optional
33

44
from pydantic import BaseModel, ConfigDict, Field
55

redis_sre_agent/tools/protocols.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
data classes, and optional Protocols that describe the minimal contracts
55
HostTelemetry and other orchestrators can program against.
66
"""
7+
78
import logging
89
from abc import ABC, abstractmethod
910
from typing import TYPE_CHECKING, Any, Dict, List, Optional, Protocol, runtime_checkable

0 commit comments

Comments
 (0)