Skip to content

Commit f054c82

Browse files
committed
Update client.py
removed commented code
1 parent dbfd038 commit f054c82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

splunklib/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ class Endpoint(object):
724724
"""
725725
def __init__(self, service, path):
726726
self.service = service
727-
self.path = path #if path.endswith('/') else path + '/'
727+
self.path = path
728728

729729
def get(self, path_segment="", owner=None, app=None, sharing=None, **query):
730730
"""Performs a GET operation on the path segment relative to this endpoint.

0 commit comments

Comments
 (0)