Skip to content

Commit 7d292db

Browse files
Bycobmergify[bot]
authored andcommitted
chore(client): fix dd client formatting
1 parent 642f173 commit 7d292db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/python/dd_client/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def __return_data(self, r):
101101
return None
102102

103103
def get(self, method, json=None, params=None):
104-
"""GET to DeepDetect server """
104+
"""GET to DeepDetect server"""
105105
url = self.__ddurl + method
106106
r = requests.get(url=url, json=json, params=params, timeout=DD_TIMEOUT)
107107
r.raise_for_status()

0 commit comments

Comments
 (0)