Skip to content

Commit f2c25ff

Browse files
committed
Replaced tab with spaces as it confuses python 3
1 parent 860d616 commit f2c25ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dataikuapi/dss/admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class DSSConnection(object):
5252
A connection on the DSS instance.
5353
"""
5454
def __init__(self, client, name):
55-
"""Do not call this directly, use :meth:`dataikuapi.DSSClient.get_connection`"""
55+
"""Do not call this directly, use :meth:`dataikuapi.DSSClient.get_connection`"""
5656
self.client = client
5757
self.name = name
5858

0 commit comments

Comments
 (0)