We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9422b32 commit d9b2441Copy full SHA for d9b2441
ramalama/transports/api.py
@@ -1,9 +1,9 @@
1
-from sqlite3 import NotSupportedError
+from typing import Any
2
+
3
from ramalama.chat import chat
4
from ramalama.chat_providers.base import ChatProvider
-from ramalama.transports.base import TransportBase
5
-from typing import Any
6
from ramalama.common import perror
+from ramalama.transports.base import TransportBase
7
8
9
class APITransport(TransportBase):
0 commit comments