Skip to content

Commit 7981d92

Browse files
committed
chore(service_url): Make service url as None
1 parent 4148034 commit 7981d92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ibm_cloud_sdk_core/base_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class BaseService(object):
3737
SDK_NAME = 'ibm-python-sdk-core'
3838

3939
def __init__(self,
40-
service_url,
40+
service_url=None,
4141
authenticator=None,
4242
disable_ssl_verification=False,
4343
display_name=None):

0 commit comments

Comments
 (0)