summaryrefslogtreecommitdiffstats
path: root/module/remote/thriftbackend/ThriftClient.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/remote/thriftbackend/ThriftClient.py')
-rw-r--r--module/remote/thriftbackend/ThriftClient.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/remote/thriftbackend/ThriftClient.py b/module/remote/thriftbackend/ThriftClient.py
index 68c2d25ed..9fcabc4e7 100644
--- a/module/remote/thriftbackend/ThriftClient.py
+++ b/module/remote/thriftbackend/ThriftClient.py
@@ -24,7 +24,7 @@ class NoConnection(Exception):
class NoSSL(Exception):
pass
-class ThriftClient():
+class ThriftClient:
def __init__(self, host="localhost", port=7228, user="", password=""):
self.createConnection(host, port)