Skip to content

Commit baca449

Browse files
committed
ruff check
1 parent e10b92a commit baca449

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

stackcoin/stackcoin/gateway.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
import asyncio
44
import json
5-
from typing import Any, Callable, Awaitable
5+
from collections.abc import Awaitable, Callable
6+
from typing import Any
67

78
from .client import AnyEvent
89
from .models import Event
910

10-
1111
EventHandler = Callable[[AnyEvent], Awaitable[None]]
1212

1313

0 commit comments

Comments
 (0)