Skip to content

Commit c4a82bd

Browse files
committed
refactor: add Callable type import for type hints
1 parent 2dc0580 commit c4a82bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mariadb/impl/client/base_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
import ipaddress
1515
import uuid
1616
from abc import ABC, abstractmethod
17-
from typing import List, Optional
17+
from typing import List, Optional, Callable
1818

1919
from mariadb.impl.client.socket.read_stream import PacketBuffer
2020

0 commit comments

Comments
 (0)