mirror of
https://github.com/opencultureconsulting/openrefine-client.git
synced 2025-03-30 00:00:46 +01:00
Don't use kwargs any more
This commit is contained in:
parent
63258f58b1
commit
a9066491a7
@ -116,7 +116,7 @@ class RefineServer(object):
|
||||
|
||||
class Refine:
|
||||
"""Class representing a connection to a Refine server."""
|
||||
def __init__(self, server, **kwargs):
|
||||
def __init__(self, server):
|
||||
if isinstance(server, RefineServer):
|
||||
self.server = server
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user