Skip to content

Commit 660eacb

Browse files
author
Richard Bell
committed
Revert dummy change
1 parent 9fd5aba commit 660eacb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nisystemlink/clients/core/_uplink/_base_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def __init__(self, configuration: core.HttpConfiguration, base_path: str = ""):
9494
9595
Args:
9696
configuration: Defines the web server to connect to and information about how to connect.
97-
base_path: The base path for all API calls.
97+
base_path: The base path for all API calls.
9898
"""
9999
session = requests.Session()
100100
session.verify = configuration.verify

0 commit comments

Comments
 (0)