Skip to content

Commit d9b2441

Browse files
committed
linting
Signed-off-by: Ian Eaves <ian.k.eaves@gmail.com>
1 parent 9422b32 commit d9b2441

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ramalama/transports/api.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
from sqlite3 import NotSupportedError
1+
from typing import Any
2+
23
from ramalama.chat import chat
34
from ramalama.chat_providers.base import ChatProvider
4-
from ramalama.transports.base import TransportBase
5-
from typing import Any
65
from ramalama.common import perror
6+
from ramalama.transports.base import TransportBase
77

88

99
class APITransport(TransportBase):

0 commit comments

Comments
 (0)