Skip to content

Commit 0a55f1c

Browse files
committed
fix: made it relative import (mypy error)
Signed-off-by: rafaeljohn9 <rafaeljohb@gmail.com>
1 parent e1cfcd4 commit 0a55f1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mpesakit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
from mpesa_client import MpesaClient
1+
from .mpesa_client import MpesaClient
22

33
__all__ = ["MpesaClient"]

0 commit comments

Comments
 (0)