Skip to content

Commit efc27d8

Browse files
committed
chore(lint): ruff autofix import order
1 parent 9e836d3 commit efc27d8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app/resilience.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@
77

88
from __future__ import annotations
99

10+
from collections.abc import Awaitable, Callable
1011
from dataclasses import dataclass
1112
from datetime import datetime, timedelta
12-
from typing import Awaitable, Callable, TypeVar
13+
from typing import TypeVar
1314

1415
from app.exceptions import CircuitBreakerOpenException
1516
from app.logging_config import get_logger

0 commit comments

Comments
 (0)