Skip to content

Commit 7b182e1

Browse files
committed
Quickfix: base request's circular import
1 parent df9e4f7 commit 7b182e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

braspag_sdk/utils/base_request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from future.utils import raise_with_traceback
66
from requests import Request, Session
77

8-
from braspag_sdk import ObjectJSON
8+
from braspag_sdk.utils.object_json import ObjectJSON
99
from braspag_sdk.apps.payments.data import MerchantCredentials
1010

1111

0 commit comments

Comments
 (0)